gnu: python-funcpaserlib: Update to 1.0.1.
* gnu/packages/python-xyz.scm (python-funcpaserlib): Update to 1.0.1.
This commit is contained in:
parent
6f3f952e20
commit
00c1d79a4c
1 changed files with 2 additions and 2 deletions
|
@ -25544,7 +25544,7 @@ scripts to load entry points more quickly.")
|
|||
(define-public python-funcparserlib
|
||||
(package
|
||||
(name "python-funcparserlib")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
;; Source tarball on PyPi lacks tests.
|
||||
|
@ -25554,7 +25554,7 @@ scripts to load entry points more quickly.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "00pswdys5c4hpqpvfcy5zqv30gyjvjvagi12811jizw57hxrm1cs"))))
|
||||
(base32 "0dw3i4fyf3j9h1l7xfgs99fc2w2axk6xqk0sdag43k444ss4hkrc"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Reference in a new issue