python313Packages.nexia: 2.2.1 -> 2.2.3

Diff: https://github.com/bdraco/nexia/compare/refs/tags/2.2.1...2.2.3

Changelog: https://github.com/bdraco/nexia/releases/tag/2.2.3
This commit is contained in:
Fabian Affolter
2025-03-07 11:29:29 +01:00
parent 76c7d10547
commit 0dd025a7fc
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "nexia";
version = "2.2.1";
version = "2.2.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "nexia";
tag = version;
hash = "sha256-4UcyCyqK5sEoQNaAWnD+FIEjA+56NKez5wXCQMO8esM=";
hash = "sha256-rh2ZLJIzLMxjGvs6cKT2m+1HGBhUSV8KParsC6/JSlY=";
};
build-system = [ setuptools ];