mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
tqdm: 4.36.1 -> 4.40.2
This commit is contained in:
parent
6746087401
commit
1581bc696a
@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tqdm";
|
||||
version = "4.36.1";
|
||||
version = "4.40.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "abc25d0ce2397d070ef07d8c7e706aede7920da163c64997585d42d3537ece3d";
|
||||
sha256 = "f0ab01cf3ae5673d18f918700c0165e5fad0f26b5ebe4b34f62ead92686b5340";
|
||||
};
|
||||
|
||||
buildInputs = [ nose coverage glibcLocales flake8 ];
|
||||
checkInputs = [ nose coverage glibcLocales flake8 ];
|
||||
|
||||
postPatch = ''
|
||||
# Remove performance testing.
|
||||
|
Loading…
Reference in New Issue
Block a user