mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -2784,7 +2784,8 @@ supports url redirection and retries, and also gzip and deflate decoding.")
|
||||
(license license:expat)))
|
||||
|
||||
(define python-urllib3/fixed
|
||||
(package/inherit python-urllib3
|
||||
(package
|
||||
(inherit python-urllib3)
|
||||
(version "1.26.4")
|
||||
(source
|
||||
(origin
|
||||
|
||||
Reference in New Issue
Block a user