python313Packages.nexia: 2.3.0 -> 2.4.0

Diff: https://github.com/bdraco/nexia/compare/refs/tags/2.3.0...2.4.0

Changelog: https://github.com/bdraco/nexia/releases/tag/2.4.0
This commit is contained in:
Fabian Affolter
2025-03-15 09:10:46 +01:00
parent 38b0d252ec
commit 728ec2591f
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "nexia";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "nexia";
tag = version;
hash = "sha256-TY4aJnqw3+n30YyPwvh8hwsxibmOBFcRHnQxMkiRgz4=";
hash = "sha256-DO6UJ/oLCLZdRR2f0rXe4R5nQtByqzHrLXhyUsvY/jw=";
};
build-system = [ setuptools ];