Unverified Commit 620dda23 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

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

parents 173815a6 cde1ef6d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,15 +16,15 @@

buildPythonPackage rec {
  pname = "inequality";
  version = "1.1.1";
  version = "1.1.2";
  pyproject = true;
  disabled = pythonOlder "3.10";
  disabled = pythonOlder "3.11";

  src = fetchFromGitHub {
    owner = "pysal";
    repo = "inequality";
    tag = "v${version}";
    hash = "sha256-JVim2u+VF35dvD+y14WbA2+G4wktAGpin/GMe0uGhjc=";
    hash = "sha256-GMl/hHwaHPozdLhV9/CPYIMY5lFYeo0X0SPDg4RT1zo=";
  };

  build-system = [ setuptools-scm ];