python: setuptools_scm: 1.17.0 -> 2.1.0
This commit is contained in:
parent
810f8c953a
commit
ef7d822858
@ -2,11 +2,11 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "setuptools_scm";
|
||||
name = "${pname}-${version}";
|
||||
version = "1.17.0";
|
||||
version = "2.1.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "70a4cf5584e966ae92f54a764e6437af992ba42ac4bca7eb37cc5d02b98ec40a";
|
||||
sha256 = "a767141fecdab1c0b3c8e4c788ac912d7c94a0d6c452d40777ba84f918316379";
|
||||
};
|
||||
|
||||
buildInputs = [ pip ];
|
||||
|
Loading…
Reference in New Issue
Block a user