me
/
guix
Archived
1
0
Fork 0

gnu: python-pifpaf: Update to 3.1.5.

* gnu/packages/python-xyz.scm (python-pifpaf): Update to 3.1.5.
[propagated-inputs]: Remove PYTHON-SIX.
Marius Bakke 2022-01-10 23:09:21 +01:00
parent 0db89cc03f
commit dab711ca33
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 3 deletions

View File

@ -24884,14 +24884,14 @@ logging in Python. It also provides some custom formatters and handlers.")
(define-public python-pifpaf (define-public python-pifpaf
(package (package
(name "python-pifpaf") (name "python-pifpaf")
(version "2.5.0") (version "3.1.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pifpaf" version)) (uri (pypi-uri "pifpaf" version))
(sha256 (sha256
(base32 (base32
"1gy9p4nqf70fh38wn4icyfm7i9wrvx22wnjpg71g89wxbz27igaa")))) "19bdmxldc2m570isl7hbqgbb20si4sin7pi5fw8sv9py8dyv2s4n"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -24907,7 +24907,6 @@ logging in Python. It also provides some custom formatters and handlers.")
python-jinja2 python-jinja2
python-pbr python-pbr
python-psutil python-psutil
python-six
python-xattr)) python-xattr))
(native-inputs (native-inputs
(list python-mock python-os-testr python-requests (list python-mock python-os-testr python-requests