python312Packages.momepy: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm 2024-12-11 08:42:36 +00:00
parent d87246a418
commit 8c822968ec

View File

@ -19,15 +19,15 @@
buildPythonPackage rec {
pname = "momepy";
version = "0.9.0";
version = "0.9.1";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "pysal";
repo = "momepy";
rev = "refs/tags/v${version}";
hash = "sha256-JeAQ0JMvle+63ymbd+wPRpvpxlq9YxwjVElVVyGs0EQ=";
tag = "v${version}";
hash = "sha256-9bFPxpopmrwNKdCEF+jlPRoNiVFrngW+sMeshq2EDYU=";
};
build-system = [ setuptools-scm ];