python: pylast: 2.4.0 -> 3.0.0
This commit is contained in:
parent
f195d8aa8f
commit
fd09856c86
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pylast";
|
||||
version = "2.4.0";
|
||||
version = "3.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "8e883f13b70c3879fc821bbee1accf27ea4e68898f4462cbbe358f615adcbbfb";
|
||||
sha256 = "24051c52011ff18bdeaee9df084ecc90da6c627da86f3cdcfec4af2928e9bc56";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ certifi six ];
|
||||
|
Loading…
Reference in New Issue
Block a user