Unverified Commit c12f426e authored by misilelab's avatar misilelab
Browse files

python3Packages.unearth: 0.17.2 -> 0.17.3

parent c9830913
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 ];