python37Packages.pympler: 0.6 -> 0.7

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pympler/versions
This commit is contained in:
R. RyanTM 2019-05-12 11:38:29 -07:00
parent a80982b4c9
commit 2fddcae0c8

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "Pympler";
version = "0.6";
version = "0.7";
src = fetchPypi {
inherit pname version;
sha256 = "c262ceca4dac67b8b523956833c52443420eabc3321a07185990b358b8ba13a7";
sha256 = "0ki7bqp1h9l1xc2k1h4vjyzsgs20i8ingvcdhszyi72s28wyf4bs";
};
postPatch = ''