about summary refs log tree commit diff
path: root/pkgs/development/python-modules/progressbar2
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-09-30 03:17:36 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-09-30 03:17:36 +0000
commite54442c5cb01dc808dbcd17edaadc14502e9da6a (patch)
treebeac5d18cbff797e93e89cce3a9dc7945995b439 /pkgs/development/python-modules/progressbar2
parent046c6a7038998507134981c8a294bb70861484bf (diff)
downloadnixlib-e54442c5cb01dc808dbcd17edaadc14502e9da6a.tar
nixlib-e54442c5cb01dc808dbcd17edaadc14502e9da6a.tar.gz
nixlib-e54442c5cb01dc808dbcd17edaadc14502e9da6a.tar.bz2
nixlib-e54442c5cb01dc808dbcd17edaadc14502e9da6a.tar.lz
nixlib-e54442c5cb01dc808dbcd17edaadc14502e9da6a.tar.xz
nixlib-e54442c5cb01dc808dbcd17edaadc14502e9da6a.tar.zst
nixlib-e54442c5cb01dc808dbcd17edaadc14502e9da6a.zip
python27Packages.progressbar2: 3.51.4 -> 3.53.1
Diffstat (limited to 'pkgs/development/python-modules/progressbar2')
-rw-r--r--pkgs/development/python-modules/progressbar2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/progressbar2/default.nix b/pkgs/development/python-modules/progressbar2/default.nix
index 5136cf201041..23ebc9354599 100644
--- a/pkgs/development/python-modules/progressbar2/default.nix
+++ b/pkgs/development/python-modules/progressbar2/default.nix
@@ -16,11 +16,11 @@
 
 buildPythonPackage rec {
   pname = "progressbar2";
-  version = "3.51.4";
+  version = "3.53.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0dnfw8mdrz78gck4ibnv64cinbp5f7kw349wjgpwv53z6p7jiwhk";
+    sha256 = "ef72be284e7f2b61ac0894b44165926f13f5d995b2bf3cd8a8dedc6224b255a7";
   };
 
   propagatedBuildInputs = [ python-utils ];