3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #157765 from r-ryantm/auto-update/python3.10-pylast

python310Packages.pylast: 4.4.0 -> 4.5.0
This commit is contained in:
Fabian Affolter 2022-02-02 08:51:11 +01:00 committed by GitHub
commit 3fe0f260a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pylast";
version = "4.4.0";
version = "4.5.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-2m6+pQYBmvVxlBw1yLSAKr3kZ5WS1S0TZ1ZQ3ER+bCk=";
sha256 = "sha256-YoALculx2trEDD1vU4xhiCGdb1OFPdxI1p2fwlZZAY8=";
};
nativeBuildInputs = [