diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-10 23:09:21 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-11 18:36:38 +0100 |
commit | dab711ca3318a9423866ce52dd959ab80115d56c (patch) | |
tree | 777e8946955c914f942ea1a4606fe627940c0731 /gnu | |
parent | 0db89cc03f3cc64c29f325804815e990a237c05f (diff) | |
download | guix-dab711ca3318a9423866ce52dd959ab80115d56c.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e2f8c94ee7..7af897c417 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24884,14 +24884,14 @@ logging in Python. It also provides some custom formatters and handlers.") (define-public python-pifpaf (package (name "python-pifpaf") - (version "2.5.0") + (version "3.1.5") (source (origin (method url-fetch) (uri (pypi-uri "pifpaf" version)) (sha256 (base32 - "1gy9p4nqf70fh38wn4icyfm7i9wrvx22wnjpg71g89wxbz27igaa")))) + "19bdmxldc2m570isl7hbqgbb20si4sin7pi5fw8sv9py8dyv2s4n")))) (build-system python-build-system) (arguments '(#:phases @@ -24907,7 +24907,6 @@ logging in Python. It also provides some custom formatters and handlers.") python-jinja2 python-pbr python-psutil - python-six python-xattr)) (native-inputs (list python-mock python-os-testr python-requests |