Unverified Commit 030122a2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.unearth: 0.17.2 -> 0.17.3 (#391855)

parents df21b4ce c12f426e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "unearth";
  version = "0.17.2";
  version = "0.17.3";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-C4oq/TR28athVfxXlQGsR//+Q1R9iKcOWlt2p/5sqiw=";
    hash = "sha256-MulsnfY8VjoRjUEd+0+cZy8YGkEJd/Z2XA7UMLDTJ4Q=";
  };

  build-system = [ pdm-backend ];