diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-04 19:38:58 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-04 22:58:58 +0100 |
commit | ce1706b1bd7c4d085ea050fff038a811e3b2df10 (patch) | |
tree | f60bc7526ba78db956940ce23db4d4dae7a69a7a /gnu | |
parent | b87fc008aaa8bbc99c62fcbccf77e0356acba6b2 (diff) | |
download | patches-ce1706b1bd7c4d085ea050fff038a811e3b2df10.tar patches-ce1706b1bd7c4d085ea050fff038a811e3b2df10.tar.gz |
gnu: python-pympler: Update to 0.6.
* gnu/packages/python-xyz.scm (python-pympler): Update to 0.6.
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 af3c5a4667..5043f87c6f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1980,13 +1980,13 @@ JavaScript-like message boxes. Types of dialog boxes include: (package (name "python-pympler") (home-page "https://pythonhosted.org/Pympler/") - (version "0.5") + (version "0.6") (source (origin (method url-fetch) (uri (pypi-uri "Pympler" version)) (sha256 (base32 - "03qwsbilqgvnbl3a1jmpgixbr2kq6m3fvdlzyr3wdp01bwlc85kx")))) + "19qkpaw5icwhb4c0f6ijqfmhwhj34k2k6s4m4fsvhrxc9p5cwqn2")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |