python313Packages.nomadnet: 0.9.7 -> 0.9.8

Diff: https://github.com/markqvist/NomadNet/compare/0.9.7...0.9.8

Changelog: https://github.com/markqvist/NomadNet/releases/tag/0.9.8
This commit is contained in:
Fabian Affolter
2026-01-26 14:34:59 +01:00
parent 13b0f9e6ac
commit 2c061359ea
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "nomadnet";
version = "0.9.7";
version = "0.9.8";
pyproject = true;
src = fetchFromGitHub {
owner = "markqvist";
repo = "NomadNet";
tag = finalAttrs.version;
hash = "sha256-IDEbyvTX5PLPqDQ8gj5UwNkGCn+5wJx2xkYJ8BIWmWI=";
hash = "sha256-az/AzYGt42PBP8w1Lzo2+/cgmXue/rHY/ohysc34SPI=";
};
build-system = [ setuptools ];