Skip to content

Commit

Permalink
python312Packages.morecantile: 5.4.2 -> 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 16, 2024
1 parent 10eedf9 commit 1a48ff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/morecantile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

buildPythonPackage rec {
pname = "morecantile";
version = "5.4.2";
version = "6.0.0";
pyproject = true;
disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "developmentseed";
repo = "morecantile";
rev = version;
hash = "sha256-kUAde+6IUu95tFHFCB6kWoYsRf9GxR+gRJki/tvhIaY=";
rev = "refs/tags/${version}";
hash = "sha256-l+fQQXOrhqRanB695nR4okfmPYP05NdrGOvgG+jK2uo=";
};

nativeBuildInputs = [ flit ];
Expand Down

0 comments on commit 1a48ff7

Please sign in to comment.