setuptools_scm: 1.11.1 -> 1.15.0

This commit is contained in:
Domen Kožar 2017-03-13 13:21:58 +01:00
parent e2a13af49c
commit f32fc9b03e
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246

View File

@ -23420,11 +23420,11 @@ in {
setuptools_scm = buildPythonPackage rec {
name = "setuptools_scm-${version}";
version = "1.11.1";
version = "1.15.0";
src = pkgs.fetchurl {
url = "mirror://pypi/s/setuptools_scm/${name}.tar.gz";
sha256 = "8c45f738a23410c5276b0ed9294af607f491e4260589f1eb90df8312e23819bf";
sha256 = "0bwyc5markib0i7i2qlyhdzxhiywzxbkfiapldma8m91m82jvwfs";
};
buildInputs = with self; [ pip pytest ];