summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-22 16:03:00 +0000
committerJon <jonringer@users.noreply.github.com>2020-01-22 13:42:25 -0800
commit28774cc835b915f593ea4a9ca73db6d4744e2d08 (patch)
treef05e5da75a2730384a4fc40111363dabb2cf311b /pkgs/development/python-modules
parent795729fa82b4daae9b2a5877890f6e44b8e23c40 (diff)
downloadnixpkgs-28774cc835b915f593ea4a9ca73db6d4744e2d08.tar
nixpkgs-28774cc835b915f593ea4a9ca73db6d4744e2d08.tar.gz
nixpkgs-28774cc835b915f593ea4a9ca73db6d4744e2d08.tar.bz2
nixpkgs-28774cc835b915f593ea4a9ca73db6d4744e2d08.tar.lz
nixpkgs-28774cc835b915f593ea4a9ca73db6d4744e2d08.tar.xz
nixpkgs-28774cc835b915f593ea4a9ca73db6d4744e2d08.tar.zst
nixpkgs-28774cc835b915f593ea4a9ca73db6d4744e2d08.zip
python27Packages.bumps: 0.7.13 -> 0.7.14
Diffstat (limited to 'pkgs/development/python-modules')
-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 05506a12db0..c1e19eb8560 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.13";
+  version = "0.7.14";
 
   propagatedBuildInputs = [six];
 
@@ -12,7 +12,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "fdcf335b800d892edfdbc87fdd539cb45166d8667edbec3dfbb1a3b5c3a35547";
+    sha256 = "0l0ljm7n19522m6mb0jnbcwdyqya15vfj3li3mvfsyv4rkxvy18b";
   };
 
   meta = with stdenv.lib; {