mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
pythonPackages.tqdm: 3.8.4 -> 4.8.4
Last commit was wrong, the goal was to update to 4.8.4.
This commit is contained in:
parent
2a3077d2cc
commit
9a8d4055a5
@ -24029,7 +24029,7 @@ in modules // {
|
||||
|
||||
tqdm = buildPythonPackage rec {
|
||||
name = "tqdm-${version}";
|
||||
version = "3.8.4";
|
||||
version = "4.8.4";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/t/tqdm/${name}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user