me
/
guix
Archived
1
0
Fork 0

gnu: python-parameterized: Update to 0.8.1.

* gnu/packages/check.scm (python-parameterized): Update to 0.8.1.
master
Marius Bakke 2022-09-05 17:38:38 +02:00
parent b6df670541
commit 944521366f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -813,13 +813,13 @@ but it works for any C/C++ project.")
(define-public python-parameterized
(package
(name "python-parameterized")
(version "0.7.4")
(version "0.8.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "parameterized" version))
(sha256
(base32 "1444fdz5bj0k10nmhxv0bv2gfrfisi7hfzqdndb0pvhf4g3qq3qr"))))
(base32 "0p1vhfw552rgd7gb2vy4l4l4k8mnbdz7f3chgzvk0r0qsqvzzfs1"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases