summary refs log tree commit diff
path: root/pkgs/development/python-modules/tqdm
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-08-13 09:33:53 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-08-25 07:38:34 +0200
commit59c3a5e875ef41c1861108480e09a41c01f03ce9 (patch)
tree0bae0407939cd30bd7c5af20e429d3b5262ba909 /pkgs/development/python-modules/tqdm
parent19b030543a35292190af945e0f28c76ed79015ad (diff)
downloadnixpkgs-59c3a5e875ef41c1861108480e09a41c01f03ce9.tar
nixpkgs-59c3a5e875ef41c1861108480e09a41c01f03ce9.tar.gz
nixpkgs-59c3a5e875ef41c1861108480e09a41c01f03ce9.tar.bz2
nixpkgs-59c3a5e875ef41c1861108480e09a41c01f03ce9.tar.lz
nixpkgs-59c3a5e875ef41c1861108480e09a41c01f03ce9.tar.xz
nixpkgs-59c3a5e875ef41c1861108480e09a41c01f03ce9.tar.zst
nixpkgs-59c3a5e875ef41c1861108480e09a41c01f03ce9.zip
python: tqdm: 4.23.4 -> 4.24.0
Diffstat (limited to 'pkgs/development/python-modules/tqdm')
-rw-r--r--pkgs/development/python-modules/tqdm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/tqdm/default.nix b/pkgs/development/python-modules/tqdm/default.nix
index fd5cd47be38..23a7a9dac6e 100644
--- a/pkgs/development/python-modules/tqdm/default.nix
+++ b/pkgs/development/python-modules/tqdm/default.nix
@@ -10,11 +10,11 @@
 
 buildPythonPackage rec {
   pname = "tqdm";
-  version = "4.23.4";
+  version = "4.24.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "77b8424d41b31e68f437c6dd9cd567aebc9a860507cb42fbd880a5f822d966fe";
+    sha256 = "60bbaa6700e87a250f6abcbbd7ddb33243ad592240ba46afce5305b15b406fad";
   };
 
   buildInputs = [ nose coverage glibcLocales flake8 ];