lol

python3Packages.inequality: 1.1.1 -> 1.1.2 (#425809)

authored by

Nikolay Korotkiy and committed by
GitHub
620dda23 173815a6

+3 -3
+3 -3
pkgs/development/python-modules/inequality/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "inequality"; 19 - version = "1.1.1"; 19 + version = "1.1.2"; 20 20 pyproject = true; 21 - disabled = pythonOlder "3.10"; 21 + disabled = pythonOlder "3.11"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "pysal"; 25 25 repo = "inequality"; 26 26 tag = "v${version}"; 27 - hash = "sha256-JVim2u+VF35dvD+y14WbA2+G4wktAGpin/GMe0uGhjc="; 27 + hash = "sha256-GMl/hHwaHPozdLhV9/CPYIMY5lFYeo0X0SPDg4RT1zo="; 28 28 }; 29 29 30 30 build-system = [ setuptools-scm ];