python3Packages.nomadnet: 0.9.11 -> 1.0.1

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

Changelog: https://github.com/markqvist/NomadNet/releases/tag/1.0.1
This commit is contained in:
Fabian Affolter
2026-05-08 16:25:01 +02:00
parent bf5f96d0e5
commit 02a1a07e54
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "nomadnet";
version = "0.9.11";
version = "1.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "markqvist";
repo = "NomadNet";
tag = finalAttrs.version;
hash = "sha256-vIV3FEvwqd2je/DzGWeshEx5Tb+DhOQIg7l0LbffEwY=";
hash = "sha256-uNchcz9kiLX2nUNRC2rTMv7my+19ylZrHTGWbonziFc=";
};
build-system = [ setuptools ];