Skip to content

Commit 70d3f97

Browse files
authored
python313Packages.nexia: 2.6.0 -> 2.7.0 (NixOS#396899)
2 parents 5465c98 + 1cf3157 commit 70d3f97

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)