Unverified Commit 0765c554 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.nexia: 2.0.9 -> 2.1.0 (#381714)

parents 04c27cfd ad50bcfe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "nexia";
  version = "2.0.9";
  version = "2.1.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "bdraco";
    repo = "nexia";
    tag = version;
    hash = "sha256-HbsjMugPFptRPCwvXszD7Zfyl0P/VfQRbVDSMC+4mcg=";
    hash = "sha256-bW3eFPs7sX3Z5ZH87orIg0HICXQiFtLqyLKFgpSCzJ0=";
  };

  postPatch = ''