python3Packages.nomadnet: 0.9.9 -> 0.9.11

Diff: https://github.com/markqvist/NomadNet/compare/0.9.9...0.9.11

Changelog: https://github.com/markqvist/NomadNet/releases/tag/0.9.11
This commit is contained in:
Fabian Affolter
2026-04-27 14:30:25 +02:00
parent 12a2c6d261
commit 440248db50
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "nomadnet";
version = "0.9.9";
version = "0.9.11";
pyproject = true;
src = fetchFromGitHub {
owner = "markqvist";
repo = "NomadNet";
tag = finalAttrs.version;
hash = "sha256-qLe9fnIE9kY9JerAAH318dq1SOshP9xX3l/2c91fnSA=";
hash = "sha256-vIV3FEvwqd2je/DzGWeshEx5Tb+DhOQIg7l0LbffEwY=";
};
build-system = [ setuptools ];