diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-25 14:55:34 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-25 14:56:28 +0100 |
commit | 6469af6f89b74701daf17724a3ac4c295f27c08a (patch) | |
tree | be78f90372737368b75bc4f33359ad80d19db5fe /gnu | |
parent | 8fe54fa806b61ebdab7073d8f50b3c316fc1a475 (diff) | |
download | guix-6469af6f89b74701daf17724a3ac4c295f27c08a.tar.gz guix-6469af6f89b74701daf17724a3ac4c295f27c08a.zip |
gnu: python-pympler: Update to 0.8.
* gnu/packages/python-xyz.scm (python-pympler): Update to 0.8.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 11e2a28df4..9739953b13 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2244,13 +2244,13 @@ JavaScript-like message boxes. Types of dialog boxes include: (package (name "python-pympler") (home-page "https://pythonhosted.org/Pympler/") - (version "0.7") + (version "0.8") (source (origin (method url-fetch) (uri (pypi-uri "Pympler" version)) (sha256 (base32 - "0ki7bqp1h9l1xc2k1h4vjyzsgs20i8ingvcdhszyi72s28wyf4bs")))) + "08mrpnb6cv2nvfncvr8a9a8bpwhnasa924anapnjvnaw5jcd4k7p")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |