[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
- branch master updated (d4ffa96 -> 8a0e94f), guix-commits, 2021/05/22
- 02/07: gnu: python-terminado: Update to 0.10.0., guix-commits, 2021/05/22
- 04/07: gnu: python-django-statici18n: Update to 2.1.0., guix-commits, 2021/05/22
- 01/07: gnu: python-genshi: Update to 0.7.5., guix-commits, 2021/05/22
- 03/07: gnu: python-urllib3: Don't use 'package/inherit' on replacement package.,
guix-commits <=
- 05/07: etc: Add more SELinux permissions for the daemon., guix-commits, 2021/05/22
- 06/07: gnu: Remove python2-notebook., guix-commits, 2021/05/22
- 07/07: gnu: Remove python2-ipython-cluster-helper., guix-commits, 2021/05/22