Unverified Commit 5230db4d authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

python3Packages.rio-tiler: 9.0.4 -> 9.0.6 (#511064)

parents 5f007b7b b4786f4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

buildPythonPackage (finalAttrs: {
  pname = "rio-tiler";
  version = "9.0.4";
  version = "9.0.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cogeotiff";
    repo = "rio-tiler";
    tag = finalAttrs.version;
    hash = "sha256-R8vmb33ZfKGqRLkJ55npL031Gnc7HTUDeWiCvtaLsiM=";
    hash = "sha256-oLMWrf3udqlf4SlQnBU7Stm6MzXS7EN6xWiTNtOOm4g=";
  };

  build-system = [ hatchling ];