Unverified Commit 02b3feef authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

python312Packages.morecantile: 6.1.0 → 6.2.0 (#406163)

parents 69a1a7a6 c804ff5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "morecantile";
  version = "6.1.0";
  version = "6.2.0";
  pyproject = true;
  disabled = pythonOlder "3.8";

@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "developmentseed";
    repo = "morecantile";
    tag = version;
    hash = "sha256-+gfmXbse3fnLepZQBwuC8KTNmJs7Lb69jvV89Bv9DF8=";
    hash = "sha256-ohTSgkjgaANS/Pli4fao+THA4ltts6svj5CdJEgorz0=";
  };

  nativeBuildInputs = [ flit ];