mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
python: setuptools_scm: 2.1.0 -> 3.1.0
This commit is contained in:
parent
e7dd0aed00
commit
141438f007
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, buildPythonPackage, fetchPypi, pip }:
|
||||
buildPythonPackage rec {
|
||||
pname = "setuptools_scm";
|
||||
version = "2.1.0";
|
||||
version = "3.1.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "a767141fecdab1c0b3c8e4c788ac912d7c94a0d6c452d40777ba84f918316379";
|
||||
sha256 = "1191f2a136b5e86f7ca8ab00a97ef7aef997131f1f6d4971be69a1ef387d8b40";
|
||||
};
|
||||
|
||||
buildInputs = [ pip ];
|
||||
|
|
Loading…
Reference in a new issue