Skip to content

Commit

Permalink
setuptools_scm: 1.11.1 -> 1.15.0
Browse files Browse the repository at this point in the history
(cherry picked from commit f32fc9b)
  • Loading branch information
domenkozar authored and FRidh committed Mar 14, 2017
1 parent 00fa471 commit 837e0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -23466,11 +23466,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 837e0b3

Please sign in to comment.