<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/patchutils.scm, branch wip-arm-bootstrap</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: patchwork: Update to 3.0.4.</title>
<updated>2022-01-08T11:08:14+00:00</updated>
<author>
<name>Christopher Baines</name>
<email>mail@cbaines.net</email>
</author>
<published>2022-01-08T11:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f2f8d8cbd6b6b110034232e40ecd8faed4aa0ce1'/>
<id>f2f8d8cbd6b6b110034232e40ecd8faed4aa0ce1</id>
<content type='text'>
* gnu/packages/patchutils.scm (patchwork): Update to 3.0.4.
[propagated-inputs]: Use Django 3.2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/patchutils.scm (patchwork): Update to 3.0.4.
[propagated-inputs]: Use Django 3.2.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-djangorestframework: Rename to python-django-rest-framework.</title>
<updated>2021-12-17T18:07:18+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius@gnu.org</email>
</author>
<published>2021-12-17T16:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=3399c29b8fe936f756752c3a206a10845288250e'/>
<id>3399c29b8fe936f756752c3a206a10845288250e</id>
<content type='text'>
* gnu/packages/django.scm (python-djangorestframework): Define as deprecated
alias for ...
(python-django-rest-framework): ... this new variable.
(python-django-filter)[native-inputs]: Adjust accordingly.
* gnu/packages/mail.scm (python-hyperkitty)[propagated-inputs]: Likewise.
* gnu/packages/patchutils.scm (patchwork)[propagated-inputs]: Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/django.scm (python-djangorestframework): Define as deprecated
alias for ...
(python-django-rest-framework): ... this new variable.
(python-django-filter)[native-inputs]: Adjust accordingly.
* gnu/packages/mail.scm (python-hyperkitty)[propagated-inputs]: Likewise.
* gnu/packages/patchutils.scm (patchwork)[propagated-inputs]: Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Simplify package inputs.</title>
<updated>2021-12-13T16:48:25+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2021-12-13T16:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8394619baceb118df92e355377fd543bb1aa501a'/>
<id>8394619baceb118df92e355377fd543bb1aa501a</id>
<content type='text'>
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: patchwork: Adjust for python-build-system change.</title>
<updated>2021-12-06T20:15:42+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius@gnu.org</email>
</author>
<published>2021-12-06T20:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8662057130f061170ebb21c8f51c1e7ed72965ff'/>
<id>8662057130f061170ebb21c8f51c1e7ed72965ff</id>
<content type='text'>
This is a follow-up to commit db5646d957895944007c1bb44fcd998ea392f168, et.al.

* gnu/packages/patchutils.scm (patchwork)[arguments]: Adapt one more
site-packages call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a follow-up to commit db5646d957895944007c1bb44fcd998ea392f168, et.al.

* gnu/packages/patchutils.scm (patchwork)[arguments]: Adapt one more
site-packages call.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Adjust for python-build-system behavior change.</title>
<updated>2021-12-05T13:02:10+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius@gnu.org</email>
</author>
<published>2021-12-04T11:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=db5646d957895944007c1bb44fcd998ea392f168'/>
<id>db5646d957895944007c1bb44fcd998ea392f168</id>
<content type='text'>
Commit cb72f9a773e0931ee3758c851d96007ded034e4c changed the semantics of
SITE-PACKAGES, but did not adjust all callers.

* gnu/packages/bioinformatics.scm (python-pyvcf)[arguments]: Adjust for
missing trailing slash.
* gnu/packages/maths.scm (nomad-optimizer)[arguments]: Likewise.
* gnu/packages/patchutils.scm (patchwork)[arguments]: Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit cb72f9a773e0931ee3758c851d96007ded034e4c changed the semantics of
SITE-PACKAGES, but did not adjust all callers.

* gnu/packages/bioinformatics.scm (python-pyvcf)[arguments]: Adjust for
missing trailing slash.
* gnu/packages/maths.scm (nomad-optimizer)[arguments]: Likewise.
* gnu/packages/patchutils.scm (patchwork)[arguments]: Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into core-updates-frozen.</title>
<updated>2021-10-12T17:46:23+00:00</updated>
<author>
<name>Mathieu Othacehe</name>
<email>othacehe@gnu.org</email>
</author>
<published>2021-10-12T16:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a1eca979fb8da842e73c42f4f53be29b169810f2'/>
<id>a1eca979fb8da842e73c42f4f53be29b169810f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: patchutils: Update to 0.4.2.</title>
<updated>2021-09-21T13:15:52+00:00</updated>
<author>
<name>Xinglu Chen</name>
<email>public@yoctocell.xyz</email>
</author>
<published>2021-09-12T08:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=94d2d0b7f861803c6670252253e97b266de5514b'/>
<id>94d2d0b7f861803c6670252253e97b266de5514b</id>
<content type='text'>
* gnu/packages/patchutils.scm (patchutils): Update to 0.4.2.
[source]: Remove patch.
[inputs]: Add ‘python’.
[arguments]&lt;#:phases&gt;: Remove trailing #t.
* gnu/local.mk (dist_patch_DATA): Remove patch.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/patchutils.scm (patchutils): Update to 0.4.2.
[source]: Remove patch.
[inputs]: Add ‘python’.
[arguments]&lt;#:phases&gt;: Remove trailing #t.
* gnu/local.mk (dist_patch_DATA): Remove patch.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into core-updates-frozen</title>
<updated>2021-09-16T23:25:52+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius@gnu.org</email>
</author>
<published>2021-09-16T23:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=5c3cb22c9b2810669999e044b2de5e9331011a83'/>
<id>5c3cb22c9b2810669999e044b2de5e9331011a83</id>
<content type='text'>
 Conflicts:
	gnu/packages/bioinformatics.scm
	gnu/packages/chez.scm
	gnu/packages/docbook.scm
	gnu/packages/ebook.scm
	gnu/packages/gnome.scm
	gnu/packages/linux.scm
	gnu/packages/networking.scm
	gnu/packages/python-web.scm
	gnu/packages/python-xyz.scm
	gnu/packages/tex.scm
	gnu/packages/version-control.scm
	gnu/packages/xml.scm
	guix/build-system/dune.scm
	guix/build-system/go.scm
	guix/build-system/linux-module.scm
	guix/packages.scm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Conflicts:
	gnu/packages/bioinformatics.scm
	gnu/packages/chez.scm
	gnu/packages/docbook.scm
	gnu/packages/ebook.scm
	gnu/packages/gnome.scm
	gnu/packages/linux.scm
	gnu/packages/networking.scm
	gnu/packages/python-web.scm
	gnu/packages/python-xyz.scm
	gnu/packages/tex.scm
	gnu/packages/version-control.scm
	gnu/packages/xml.scm
	guix/build-system/dune.scm
	guix/build-system/go.scm
	guix/build-system/linux-module.scm
	guix/packages.scm
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: meld: Copy GTKSourceView styles.</title>
<updated>2021-09-14T21:27:37+00:00</updated>
<author>
<name>Liliana Marie Prikler</name>
<email>liliana.prikler@gmail.com</email>
</author>
<published>2021-09-14T21:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=28e9284942b11afac4001090b90ec37b27b78a8a'/>
<id>28e9284942b11afac4001090b90ec37b27b78a8a</id>
<content type='text'>
This fixes a somewhat cryptic error, that pops up when gtksourceview-3 has not
been installed or propagated by any other package.

* gnu/packages/patchutils.scm (meld)[#:phases]: Add ‘copy-styles’.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a somewhat cryptic error, that pops up when gtksourceview-3 has not
been installed or propagated by any other package.

* gnu/packages/patchutils.scm (meld)[#:phases]: Add ‘copy-styles’.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into core-updates-frozen</title>
<updated>2021-09-07T12:19:08+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2021-09-07T09:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d9dfbf886ddbb92dfdaa118bb9765e78aad5c53a'/>
<id>d9dfbf886ddbb92dfdaa118bb9765e78aad5c53a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
