mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-packaging: Add comment about upstream patch status.
* gnu/packages/python-xyz.scm (python-packaging)[source]: Add comment, to prevent needless rebuild by updating the patch directly.
This commit is contained in:
parent
aa10ad7d46
commit
20bf58bff4
1 changed files with 2 additions and 0 deletions
|
@ -13059,6 +13059,8 @@ several utilities, as well as an API for building localization tools.")
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "packaging" version))
|
(uri (pypi-uri "packaging" version))
|
||||||
|
;; XXX: The URL in the patch file is wrong, it should be
|
||||||
|
;; <https://github.com/pypa/packaging/pull/256>.
|
||||||
(patches (search-patches "python-packaging-test-arch.patch"))
|
(patches (search-patches "python-packaging-test-arch.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue