shiv: 1.0.5 -> 1.0.6
This commit is contained in:
parent
0c9055e823
commit
bb01ae9155
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "shiv";
|
pname = "shiv";
|
||||||
version = "1.0.5";
|
version = "1.0.6";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-3eryU4+4HFfMIrmst1Vlm6GounzvtCfFiAYFhAH/RdU=";
|
hash = "sha256-4iJ2gTWXe+vftcDRp9/qKVV8VmtY0wDVuMJTXvIj13Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ click pip setuptools wheel ];
|
propagatedBuildInputs = [ click pip setuptools wheel ];
|
||||||
|
|
Loading…
Reference in a new issue