gnu: python-pifpaf: Update to 2.5.0.
authorTanguy Le Carrour <tanguy@bioneland.org>
Fri, 24 Jul 2020 07:54:38 +0000 (09:54 +0200)
committerOleg Pykhalov <go.wigust@gmail.com>
Sat, 25 Jul 2020 10:26:37 +0000 (13:26 +0300)
* gnu/packages/python-xyz.scm (python-pifpaf): Update to 2.5.0.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
gnu/packages/python-xyz.scm

index d2dde0e..e9a3ab5 100644 (file)
@@ -19935,14 +19935,14 @@ logging in Python.  It also provides some custom formatters and handlers.")
 (define-public python-pifpaf
   (package
     (name "python-pifpaf")
-    (version "2.4.0")
+    (version "2.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pifpaf" version))
        (sha256
         (base32
-         "150av2pylsjy8ykrpyi0vzy2q24s9rhh2ya01zvwnvj9j5dspviz"))))
+         "1gy9p4nqf70fh38wn4icyfm7i9wrvx22wnjpg71g89wxbz27igaa"))))
     (build-system python-build-system)
     (arguments
      '(#:phases