forked from mirrors/nixpkgs
python: pylast: 2.1.0 -> 2.3.0
This commit is contained in:
parent
6742648d33
commit
4e85e8ed1e
|
@ -2,12 +2,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pylast";
|
||||
version = "2.1.0";
|
||||
version = "2.3.0";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b9b51dc40a7d3ac3eee17ab5b462b8efb7f2c2ff195261ea846ae4e1168e1c5b";
|
||||
sha256 = "f1e8615bac27386712ab74338e6dbd01ff7adbf6648a3debf921cef6bad80014";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ certifi six ];
|
||||
|
|
Loading…
Reference in a new issue