python313Packages.nomadnet: 0.8.0 -> 0.9.1

Changelog: https://github.com/markqvist/NomadNet/releases/tag/0.9.1
This commit is contained in:
Fabian Affolter
2025-11-05 21:04:05 +01:00
parent e0ca380001
commit ec330d1bb1
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "nomadnet";
version = "0.8.0";
version = "0.9.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "NomadNet";
tag = version;
hash = "sha256-9XuwVz7p05jgFkDMuag07ibXxjM+MhkL4dLdRs/O3NI=";
hash = "sha256-Rqs0x5KF3Nb/VMNBr6IriDWX7th4OrBj3x5tQhUIU3U=";
};
build-system = [ setuptools ];