Unverified Commit 70d3f979 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.nexia: 2.6.0 -> 2.7.0 (#396899)

parents 5465c987 1cf31574
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "nexia";
  version = "2.6.0";
  version = "2.7.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "bdraco";
    repo = "nexia";
    tag = version;
    hash = "sha256-1rhbVXQ7a9YxW/w6Hbp8QbD1h1kKwtpS+lViOdxJJYc=";
    hash = "sha256-q7g4MIMW4yIUhvSMN3EmMU/9EsT+jOiJ9gV9P7sjVhg=";
  };

  build-system = [ setuptools ];