Merge pull request #320162 from r-ryantm/auto-update/python311Packages.libpysal

python311Packages.libpysal: 4.10 -> 4.11.0
This commit is contained in:
Nikolay Korotkiy 2024-06-16 19:23:18 +04:00 committed by GitHub
commit ad587b2603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,15 +22,15 @@
buildPythonPackage rec {
pname = "libpysal";
version = "4.10";
version = "4.11.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "pysal";
repo = "libpysal";
rev = "v${version}";
hash = "sha256-jzSkIFSIXc039KR4fS1HOI/Rj0mHwbArn2hD+zfAZDg=";
rev = "refs/tags/v${version}";
hash = "sha256-1JZ82wO0kisbTrhsn+BYeNZpkMJUEzuflQ6GqpAYH/c=";
};
build-system = [ setuptools-scm ];