Skip to content

Commit 1cf3157

Browse files
committed
1 parent 5e3cb11 commit 1cf3157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/nexia/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
buildPythonPackage rec {
1616
pname = "nexia";
17-
version = "2.6.0";
17+
version = "2.7.0";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323
owner = "bdraco";
2424
repo = "nexia";
2525
tag = version;
26-
hash = "sha256-1rhbVXQ7a9YxW/w6Hbp8QbD1h1kKwtpS+lViOdxJJYc=";
26+
hash = "sha256-q7g4MIMW4yIUhvSMN3EmMU/9EsT+jOiJ9gV9P7sjVhg=";
2727
};
2828

2929
build-system = [ setuptools ];

0 commit comments

Comments
 (0)