me
/
guix
Archived
1
0
Fork 0

gnu: python-parameterized: Update to 0.7.3.

* gnu/packages/check.scm (python-parameterized): Update to 0.7.3.
master
Marius Bakke 2020-04-13 18:10:54 +02:00
parent 37eaefe84f
commit 8d85ad6c6d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -581,14 +581,14 @@ but it works for any C/C++ project.")
(define-public python-parameterized
(package
(name "python-parameterized")
(version "0.7.1")
(version "0.7.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "parameterized" version))
(sha256
(base32
"1vapry9lyfb2mlpgk2wh9079hzxzq5120bsczncxxay663mdp53a"))))
"0g1q6n7fkanjv7i1djzw62f46xf573jvza7afabh3baqjqxy7rpd"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases