Commit bb01ae91 authored by R. RyanTM's avatar R. RyanTM
Browse files

shiv: 1.0.5 -> 1.0.6

parent 0c9055e8
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.5";
  version = "1.0.6";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-3eryU4+4HFfMIrmst1Vlm6GounzvtCfFiAYFhAH/RdU=";
    hash = "sha256-4iJ2gTWXe+vftcDRp9/qKVV8VmtY0wDVuMJTXvIj13Y=";
  };

  propagatedBuildInputs = [ click pip setuptools wheel ];