python312Packages.mapclassify: 2.8.0 -> 2.8.1

This commit is contained in:
R. Ryantm
2024-09-24 18:37:29 +00:00
parent 9423bdbb85
commit fee14d09ea
@@ -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 ];