summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-10-06 12:56:02 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-10-13 09:50:15 +0200
commit1c28b768877959631e355ea2e1492d807c288190 (patch)
treeef0f1e116927819ba2c9c2abb4aa146e3189f2d1
parent96c30ae57c6afc4cc16e7e88721cbea7cb3be735 (diff)
downloadnixlib-1c28b768877959631e355ea2e1492d807c288190.tar
nixlib-1c28b768877959631e355ea2e1492d807c288190.tar.gz
nixlib-1c28b768877959631e355ea2e1492d807c288190.tar.bz2
nixlib-1c28b768877959631e355ea2e1492d807c288190.tar.lz
nixlib-1c28b768877959631e355ea2e1492d807c288190.tar.xz
nixlib-1c28b768877959631e355ea2e1492d807c288190.tar.zst
nixlib-1c28b768877959631e355ea2e1492d807c288190.zip
python: bumps: 0.7.10 -> 0.7.11
-rw-r--r--pkgs/development/python-modules/bumps/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bumps/default.nix b/pkgs/development/python-modules/bumps/default.nix
index 469b449483af..d8fc3d992352 100644
--- a/pkgs/development/python-modules/bumps/default.nix
+++ b/pkgs/development/python-modules/bumps/default.nix
@@ -2,7 +2,7 @@
 
 buildPythonPackage rec {
   pname = "bumps";
-  version = "0.7.10";
+  version = "0.7.11";
 
   propagatedBuildInputs = [six];
 
@@ -12,7 +12,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "07917abf7e598f2a42456ca4f704c6da2a5489eaea0b9a7c61ed8a26506737c8";
+    sha256 = "16d24a7f965592d9b02f96e68e6aa70d6fb59abe4db37bb14c4b60c509a3c2ef";
   };
 
   meta = with stdenv.lib; {