Commit 37a5a5d7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.shiv: 1.0.3 -> 1.0.4

parent 79812f80
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];