Commit ad50bcfe authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 2d555e41
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 = ''