mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-urllib3: Don't use 'package/inherit' on replacement package.
* gnu/packages/python-web.scm (python-urllib3/fixed): Use regular inheritance instead of PACKAGE/INHERIT.
This commit is contained in:
parent
9419f97a71
commit
2f97a666a5
1 changed files with 2 additions and 1 deletions
|
@ -2784,7 +2784,8 @@ supports url redirection and retries, and also gzip and deflate decoding.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define python-urllib3/fixed
|
(define python-urllib3/fixed
|
||||||
(package/inherit python-urllib3
|
(package
|
||||||
|
(inherit python-urllib3)
|
||||||
(version "1.26.4")
|
(version "1.26.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue