We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8599404 commit 0597dcbCopy full SHA for 0597dcb
1 file changed
pkgs/development/python-modules/bumps/default.nix
@@ -2,7 +2,7 @@
2
3
buildPythonPackage rec {
4
pname = "bumps";
5
- version = "0.7.18";
+ version = "0.8.0";
6
7
propagatedBuildInputs = [six];
8
@@ -12,7 +12,7 @@ buildPythonPackage rec {
12
13
src = fetchPypi {
14
inherit pname version;
15
- sha256 = "3217d4fd3ec767448d742f3b6ff527cc3817f2421b9a9a8456e1d8ee4a9b1087";
+ sha256 = "9f92c05effd8175763799d19ca55592e89b053318f611148a6725159aea41d67";
16
};
17
18
meta = with stdenv.lib; {
0 commit comments