3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #200602 from r-ryantm/auto-update/python3.10-pysptk

python310Packages.pysptk: 0.1.21 -> 0.2.0
This commit is contained in:
Fabian Affolter 2022-11-11 08:34:18 +01:00 committed by GitHub
commit 4cdec7fde5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pysptk";
version = "0.1.21";
version = "0.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AZUDI9AL57tXz7VzPGF9uEeKW4/6JsaBUiFkigl640Q=";
hash = "sha256-nZchBqagUn26vGmUc3+5S57mnQQ2/4vqOz00DUUF1+U=";
};
PYSPTK_BUILD_VERSION = 0;