python312Packages.shiv: 1.0.4 -> 1.0.5

This commit is contained in:
R. Ryantm 2024-02-06 04:29:39 +00:00
parent 7aeb86c1fa
commit 15b846a3c2

View File

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