[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-license-expression: Update to 1.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-license-expression: Update to 1.2. |
Date: |
Sun, 13 Dec 2020 06:32:45 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 90db72d gnu: python-license-expression: Update to 1.2.
90db72d is described below
commit 90db72d2253459c5c62d31b2ac2d56a6a6d11c93
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Dec 13 07:05:40 2020 +0100
gnu: python-license-expression: Update to 1.2.
* gnu/packages/python-xyz.scm (python-license-expression): Update to 1.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bfe005d..d8c563b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -989,13 +989,13 @@ to users of that module.")
(define-public python-license-expression
(package
(name "python-license-expression")
- (version "0.999")
+ (version "1.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "license-expression" version))
(sha256
- (base32 "08ppb0bxbrsxazy88sgpl9yffvdsabw6dkk1nc332wcz2mphwwyf"))))
+ (base32 "1g0sgphss8hbi1rpl4avy1nmbixmy9v194xdbvkjgl90vzgy2q3r"))))
(build-system python-build-system)
(propagated-inputs
`(("python-boolean.py" ,python-boolean.py)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-license-expression: Update to 1.2.,
guix-commits <=