[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-funcparserlib: Update to 1.0.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-funcparserlib: Update to 1.0.0. |
Date: |
Wed, 25 May 2022 21:16:24 -0400 |
This is an automated email from the git hooks/post-receive script.
monego pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0504acace7 gnu: python-funcparserlib: Update to 1.0.0.
0504acace7 is described below
commit 0504acace738324709327775cc0635b858f2041b
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed May 25 21:49:59 2022 -0300
gnu: python-funcparserlib: Update to 1.0.0.
* gnu/packages/python-xyz.scm (python-funcparserlib): Update to 1.0.0.
---
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 cdfcf9f625..44eeb0d7fe 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26482,13 +26482,13 @@ scripts to load entry points more quickly.")
(define-public python-funcparserlib
(package
(name "python-funcparserlib")
- (version "1.0.0a0") ; last stable release was in 2013
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "funcparserlib" version))
(sha256
- (base32 "0ama5w5lswxlp3l4qfqq3zlg7i6qkw45jfl1f7p8w1vnj8m47yz6"))))
+ (base32 "0swbqf53x7lfnczvi566s1g3nkf5mfrxz7sbpyymricz57a3vlvx"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; no tests in PyPI and no setup.py in GitHub
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-funcparserlib: Update to 1.0.0.,
guix-commits <=