Skip to content

Commit

Permalink
setuptools_scm: 1.11.1 -> 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 13, 2017
1 parent e2a13af commit f32fc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit f32fc9b

Please sign in to comment.