python310Packages.shiv: 1.0.3 -> 1.0.4

This commit is contained in:
R. Ryantm 2023-09-13 04:49:50 +00:00
parent 79812f80f3
commit 37a5a5d797

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "shiv";
version = "1.0.3";
version = "1.0.4";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-vxRv8/Oryi6xIU6GAY82EkocItk1QO71JAMhys19f1c=";
hash = "sha256-j2n3gXolRalMyOB6jsWXN1z4biwb0OWD7nU9bzH4UGA=";
};
propagatedBuildInputs = [ click pip setuptools wheel ];