lol
0
fork

Configure Feed

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

python310Packages.pysptk: 0.1.21 -> 0.2.0

+2 -2
+2 -2
pkgs/development/python-modules/pysptk/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pysptk"; 16 - version = "0.1.21"; 16 + version = "0.2.0"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-AZUDI9AL57tXz7VzPGF9uEeKW4/6JsaBUiFkigl640Q="; 23 + hash = "sha256-nZchBqagUn26vGmUc3+5S57mnQQ2/4vqOz00DUUF1+U="; 24 24 }; 25 25 26 26 PYSPTK_BUILD_VERSION = 0;