shiv: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm
2022-11-05 01:27:10 +00:00
parent 0b5d5f1951
commit 98cb415b95
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "shiv";
version = "1.0.2";
version = "1.0.3";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-BDSfgXSythWUrwVnsg27rHN0nsfumFdX/2e62h239UY=";
sha256 = "sha256-vxRv8/Oryi6xIU6GAY82EkocItk1QO71JAMhys19f1c=";
};
propagatedBuildInputs = [ click pip setuptools wheel ];