Merge pull request #310497 from r-ryantm/auto-update/shiv

shiv: 1.0.5 -> 1.0.6
This commit is contained in:
Pavol Rusnak 2024-05-10 12:04:42 +02:00 committed by GitHub
commit cb0f222b68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "shiv";
version = "1.0.5";
version = "1.0.6";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-3eryU4+4HFfMIrmst1Vlm6GounzvtCfFiAYFhAH/RdU=";
hash = "sha256-4iJ2gTWXe+vftcDRp9/qKVV8VmtY0wDVuMJTXvIj13Y=";
};
propagatedBuildInputs = [ click pip setuptools wheel ];