diff options
author | Vinicius Monego <monego@posteo.net> | 2022-05-25 21:49:59 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2022-05-25 22:13:45 -0300 |
commit | 0504acace738324709327775cc0635b858f2041b (patch) | |
tree | 49eff4341fda506b7625beed6686bba1f2a344aa | |
parent | 07101ac33fc0596a0ad4b7a59a12f4dbd5c0cd58 (diff) |
gnu: python-funcparserlib: Update to 1.0.0.
* gnu/packages/python-xyz.scm (python-funcparserlib): Update to 1.0.0.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files 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 |