mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
setuptools_scm: 1.11.1 -> 1.15.0
This commit is contained in:
parent
e2a13af49c
commit
f32fc9b03e
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user