shiv: 1.0.2 -> 1.0.3

+2 -2
+2 -2
pkgs/development/python-modules/shiv/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "shiv"; 14 - version = "1.0.2"; 14 + version = "1.0.3"; 15 15 format = "pyproject"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "sha256-BDSfgXSythWUrwVnsg27rHN0nsfumFdX/2e62h239UY="; 19 + sha256 = "sha256-vxRv8/Oryi6xIU6GAY82EkocItk1QO71JAMhys19f1c="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [ click pip setuptools wheel ];