Unverified Commit eafce953 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #232350 from r-ryantm/auto-update/python310Packages.unearth

python310Packages.unearth: 0.9.0 -> 0.9.1
parents c901a25f 07f48de4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "unearth";
  version = "0.9.0";
  version = "0.9.1";
  format = "pyproject";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-TOdHdw9sVxaYx2VCdt3QIEyBx9mkcPAKjEAdh7umdSQ=";
    hash = "sha256-cgWDKwhwBdG3RpA6U1yn0NtTgcH2Id3AApBSTVav0hc=";
  };

  nativeBuildInputs = [