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

This commit is contained in:
Pavol Rusnak 2022-11-05 12:18:02 +01:00 committed by GitHub
commit ee3d94e233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];