nomadnet: 1.2.6 -> 1.2.7

This commit is contained in:
R. Ryantm
2026-07-11 13:55:04 +00:00
parent 83b85e6a2c
commit 429baaed1d
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "nomadnet";
version = "1.2.6";
version = "1.2.7";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
inherit (finalAttrs) version pname;
hash = "sha256-XNRs4avq22JslxkSlqgTOj0bKuiVwam3i9bzoMAUjAU=";
hash = "sha256-52pFpgeRBXouASwpx8vLn+ZDHx7Tl6NttkgRkENhT1s=";
};
build-system = [ setuptools ];