Skip to content

Commit 0597dcb

Browse files
r-ryantmJonathan Ringer
authored andcommitted
python37Packages.bumps: 0.7.18 -> 0.8.0
1 parent 8599404 commit 0597dcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/bumps/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildPythonPackage rec {
44
pname = "bumps";
5-
version = "0.7.18";
5+
version = "0.8.0";
66

77
propagatedBuildInputs = [six];
88

@@ -12,7 +12,7 @@ buildPythonPackage rec {
1212

1313
src = fetchPypi {
1414
inherit pname version;
15-
sha256 = "3217d4fd3ec767448d742f3b6ff527cc3817f2421b9a9a8456e1d8ee4a9b1087";
15+
sha256 = "9f92c05effd8175763799d19ca55592e89b053318f611148a6725159aea41d67";
1616
};
1717

1818
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)