* [bug#42507] [PATCH] gnu: python-pifpaf: Update to 2.5.0.
@ 2020-07-24 7:54 Tanguy Le Carrour
2020-07-25 10:28 ` bug#42507: " Oleg Pykhalov
0 siblings, 1 reply; 2+ messages in thread
From: Tanguy Le Carrour @ 2020-07-24 7:54 UTC (permalink / raw)
To: 42507; +Cc: Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-pifpaf): Update to 2.5.0.
---
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 07a52a0e5c..dbd7ea88f8 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
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-25 10:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-24 7:54 [bug#42507] [PATCH] gnu: python-pifpaf: Update to 2.5.0 Tanguy Le Carrour
2020-07-25 10:28 ` bug#42507: " Oleg Pykhalov
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.