mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python: tqdm: 4.48.0 -> 4.48.2
This commit is contained in:
parent
54699fba99
commit
326ef9bfdd
@ -9,11 +9,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tqdm";
|
||||
version = "4.48.0";
|
||||
version = "4.48.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "6baa75a88582b1db6d34ce4690da5501d2a1cb65c34664840a456b2c9f794d29";
|
||||
sha256 = "564d632ea2b9cb52979f7956e093e831c28d441c11751682f84c86fc46e4fd21";
|
||||
};
|
||||
|
||||
checkInputs = [ nose coverage glibcLocales flake8 ];
|
||||
|
Loading…
Reference in New Issue
Block a user