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:
Frederik Rietdijk 2016-09-01 16:20:01 +02:00
parent 2a3077d2cc
commit 9a8d4055a5

View File

@ -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";