python312Packages.mapclassify: 2.8.0 -> 2.8.1 (#344268)

This commit is contained in:
Ivan Mincik 2024-09-25 09:30:21 +00:00 committed by GitHub
commit 7205e5d9c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "mapclassify";
version = "2.8.0";
version = "2.8.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "pysal";
repo = "mapclassify";
rev = "refs/tags/v${version}";
hash = "sha256-JrFKWkMUu8rjJJb1KK8+R9ANkLhTPf1EmWpzhfE7MAE=";
hash = "sha256-VClkMOR8P9sX3slVjJ2xYYLVnvZuOgVYZiCGrBxoZEc=";
};
build-system = [ setuptools-scm ];
@ -57,6 +57,7 @@ buildPythonPackage rec {
meta = {
description = "Classification Schemes for Choropleth Maps";
homepage = "https://pysal.org/mapclassify/";
changelog = "https://github.com/pysal/mapclassify/releases/tag/v${version}";
license = lib.licenses.bsd3;
maintainers = lib.teams.geospatial.members;
};