apteryx pushed a commit to branch core-updates
in repository guix.
commit c967e2c43147971dcbc8b69870ab5657d5bf0f88
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Jan 14 23:14:06 2021 -0500
gnu: python-pympler: Update to 0.9.
* gnu/packages/python-xyz.scm (python-pympler): Update to 0.9.
---
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 9f61a9f..df5bf0b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3048,13 +3048,13 @@ JavaScript-like message boxes. Types of dialog boxes
include:
(package
(name "python-pympler")
(home-page "https://pythonhosted.org/Pympler/")
- (version "0.8")
+ (version "0.9")
(source (origin
(method url-fetch)
(uri (pypi-uri "Pympler" version))
(sha256
(base32
- "08mrpnb6cv2nvfncvr8a9a8bpwhnasa924anapnjvnaw5jcd4k7p"))))
+ "0ivfw2k86nbw9ck9swidl4422w7bhjldxwj90a4sy5r1cbgygjzj"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases