summary refs log tree commit diff
path: root/pkgs/development/python-modules/bumps
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-25 14:46:40 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-30 18:48:37 -0800
commit1cb0ba4e061c019636472f4094408a309897e05d (patch)
tree374340cc555865af808e999d0cdfaba7b8f8e36e /pkgs/development/python-modules/bumps
parentd813b61e0990c1160223234a8e1b5902786916cb (diff)
downloadnixpkgs-1cb0ba4e061c019636472f4094408a309897e05d.tar
nixpkgs-1cb0ba4e061c019636472f4094408a309897e05d.tar.gz
nixpkgs-1cb0ba4e061c019636472f4094408a309897e05d.tar.bz2
nixpkgs-1cb0ba4e061c019636472f4094408a309897e05d.tar.lz
nixpkgs-1cb0ba4e061c019636472f4094408a309897e05d.tar.xz
nixpkgs-1cb0ba4e061c019636472f4094408a309897e05d.tar.zst
nixpkgs-1cb0ba4e061c019636472f4094408a309897e05d.zip
python3Packages.bumps: 0.8.0 -> 0.8.1
Diffstat (limited to 'pkgs/development/python-modules/bumps')
-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 7e94bd55b28..6e0637d2a6b 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.8.0";
+  version = "0.8.1";
 
   propagatedBuildInputs = [six];
 
@@ -12,7 +12,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "9f92c05effd8175763799d19ca55592e89b053318f611148a6725159aea41d67";
+    sha256 = "f4f2ee712a1e468a2ce5c0a32f67739a83331f0cb7b9c50b9e7510daefc12169";
   };
 
   meta = with lib; {