[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-pifpaf: Update to 2.5.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-pifpaf: Update to 2.5.0. |
Date: |
Sat, 25 Jul 2020 06:28:11 -0400 |
This is an automated email from the git hooks/post-receive script.
wigust pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5a6d041 gnu: python-pifpaf: Update to 2.5.0.
5a6d041 is described below
commit 5a6d0413a9d3f567faeee640697c2ff9f444bcaa
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Fri Jul 24 09:54:38 2020 +0200
gnu: python-pifpaf: Update to 2.5.0.
* 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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d2dde0e..e9a3ab5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-pifpaf: Update to 2.5.0.,
guix-commits <=