Merge pull request #320162 from r-ryantm/auto-update/python311Packages.libpysal
python311Packages.libpysal: 4.10 -> 4.11.0
This commit is contained in:
commit
ad587b2603
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user