python37Packages.pylast: 3.0.0 -> 3.1.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-pylast/versions
This commit is contained in:
parent
18aa59b0f2
commit
d645d9ff97
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pylast";
|
pname = "pylast";
|
||||||
version = "3.0.0";
|
version = "3.1.0";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "24051c52011ff18bdeaee9df084ecc90da6c627da86f3cdcfec4af2928e9bc56";
|
sha256 = "0sk08l8dq0r4xgmqkxq6jzlbam34k95adaw468n0bh6cps18ddby";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ certifi six ];
|
propagatedBuildInputs = [ certifi six ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user