guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: python-urllib3: Don't use 'package/inherit' on replacement p


From: guix-commits
Subject: 03/07: gnu: python-urllib3: Don't use 'package/inherit' on replacement package.
Date: Sat, 22 May 2021 13:55:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2f97a666a564fea0fdcff00a0513aa8b4c2d60fe
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 22 18:51:05 2021 +0200

    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.
---
 gnu/packages/python-web.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9815ba0..72eb935 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]