We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5465c98 + 1cf3157 commit 70d3f97Copy full SHA for 70d3f97
pkgs/development/python-modules/nexia/default.nix
@@ -14,7 +14,7 @@
14
15
buildPythonPackage rec {
16
pname = "nexia";
17
- version = "2.6.0";
+ version = "2.7.0";
18
pyproject = true;
19
20
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
23
owner = "bdraco";
24
repo = "nexia";
25
tag = version;
26
- hash = "sha256-1rhbVXQ7a9YxW/w6Hbp8QbD1h1kKwtpS+lViOdxJJYc=";
+ hash = "sha256-q7g4MIMW4yIUhvSMN3EmMU/9EsT+jOiJ9gV9P7sjVhg=";
27
};
28
29
build-system = [ setuptools ];
0 commit comments