python3Packages.inequality: 1.0.1 -> 1.1.0

This commit is contained in:
Martin Weinelt
2025-01-27 10:55:45 +01:00
parent f02d0ec176
commit 01df09f7a3
@@ -13,15 +13,15 @@
buildPythonPackage rec {
pname = "inequality";
version = "1.0.1";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "pysal";
repo = "inequality";
rev = "v${version}";
hash = "sha256-dy1/KXnmIh5LnTxuyYfIvtt1p2CIpNQ970o5pTg6diQ=";
tag = "v${version}";
hash = "sha256-tKMpmsP19K4dyBCj84FBoGkEvrmQuSi77sY3uQYvz5s=";
};
build-system = [ setuptools-scm ];