Skip to content

Commit 92060e4

Browse files
authored
python312Packages.morecantile: 6.0.0 -> 6.1.0 (#364745)
2 parents d2df4cc + e7e35ef commit 92060e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/morecantile/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717

1818
buildPythonPackage rec {
1919
pname = "morecantile";
20-
version = "6.0.0";
20+
version = "6.1.0";
2121
pyproject = true;
2222
disabled = pythonOlder "3.8";
2323

2424
src = fetchFromGitHub {
2525
owner = "developmentseed";
2626
repo = "morecantile";
27-
rev = "refs/tags/${version}";
28-
hash = "sha256-l+fQQXOrhqRanB695nR4okfmPYP05NdrGOvgG+jK2uo=";
27+
tag = version;
28+
hash = "sha256-+gfmXbse3fnLepZQBwuC8KTNmJs7Lb69jvV89Bv9DF8=";
2929
};
3030

3131
nativeBuildInputs = [ flit ];

0 commit comments

Comments
 (0)