pythonPackages.nomadnet: 1.1.0 -> 1.2.0 (#527229)

This commit is contained in:
Pol Dellaiera
2026-06-02 18:08:53 +00:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
@@ -8,14 +8,15 @@
buildPythonPackage (finalAttrs: {
pname = "lxmf";
version = "0.9.8";
version = "1.0.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "markqvist";
repo = "lxmf";
tag = finalAttrs.version;
hash = "sha256-26T8f4WCf5q5/2RKA2Dh5xxqUOR3XXRFOzezCuDRA6c=";
hash = "sha256-ohbZSpjIyCiiwXUjvr0UBXKN4OScdTzxx5QimPWnCAI=";
};
build-system = [ setuptools ];
@@ -12,14 +12,15 @@
buildPythonPackage (finalAttrs: {
pname = "nomadnet";
version = "1.1.0";
version = "1.2.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "markqvist";
repo = "NomadNet";
tag = finalAttrs.version;
hash = "sha256-2XbEJfB9Qj58u3rdTQA4DY2ZsVk/6FBhvlggBdrwRBk=";
hash = "sha256-BaRZfqQ9oNpWQc5uQ0PvVduauW3+gTnDljYeBXlmJ9w=";
};
build-system = [ setuptools ];