3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #69809 from r-ryantm/auto-update/python3.7-bumps

python37Packages.bumps: 0.7.11 -> 0.7.12
This commit is contained in:
Mario Rodas 2019-09-28 06:03:08 -05:00 committed by GitHub
commit 651b104546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "bumps";
version = "0.7.11";
version = "0.7.12";
propagatedBuildInputs = [six];
@ -12,7 +12,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "16d24a7f965592d9b02f96e68e6aa70d6fb59abe4db37bb14c4b60c509a3c2ef";
sha256 = "0a8m56bwyi0gdrf3kgkdw3cajyxlr40qrj1xlh5yn4qqjbz7ym02";
};
meta = with stdenv.lib; {