mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
pythonPackages.setuptools_scm: 3.2.0 -> 3.3.3
This commit is contained in:
parent
1ede2de8a3
commit
a70aea12ca
@ -1,11 +1,12 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, pip }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "setuptools_scm";
|
||||
version = "3.2.0";
|
||||
version = "3.3.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "52ab47715fa0fc7d8e6cd15168d1a69ba995feb1505131c3e814eb7087b57358";
|
||||
sha256 = "19cyndx23xmpbhz4qrwmfwsmnnaczd0dw7qg977ksq2dbvxy29dx";
|
||||
};
|
||||
|
||||
# Seems to fail due to chroot and would cause circular dependency
|
||||
|
Loading…
Reference in New Issue
Block a user