lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.fastprogress: 1.0.2 -> 1.0.3

+2 -2
+2 -2
pkgs/development/python-modules/fastprogress/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "fastprogress"; 10 - version = "1.0.2"; 10 + version = "1.0.3"; 11 11 disabled = pythonOlder "3.6"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "sha256-lga6RCUFo6RFgdY97dzlv/HfF6y9w3JS98PxvlLB0kM="; 15 + sha256 = "sha256-ehfStDiJD4OMBI7vzjLE3tRxl+zI6gQs7MM9PeuAIvU="; 16 16 }; 17 17 18 18 propagatedBuildInputs = [ numpy ];