mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python312Packages.mapclassify: 2.8.0 -> 2.8.1 (#344268)
This commit is contained in:
commit
7205e5d9c1
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user