python313Packages.lxmf: 0.7.1 -> 0.8.0, python313Packages.nomadnet: 0.7.0 -> 0.8.0 (#427823)

This commit is contained in:
Fabian Affolter
2025-07-24 21:08:27 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "lxmf";
version = "0.7.1";
version = "0.8.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
tag = version;
hash = "sha256-BSQhhjiZcu9xctEXKQ2Dr4GQNkX7DUIpsncG8zUO74Y=";
hash = "sha256-toxie5QdrgwyvC9v0G7mvGS6/ZEqA5gpRtEeaHgspD0=";
};
build-system = [ setuptools ];
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "nomadnet";
version = "0.7.0";
version = "0.8.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "NomadNet";
tag = version;
hash = "sha256-/ITBpj5XOn+GYzc2gMg3J8c1eeKWjbyZ4rcXXo4n2Fw=";
hash = "sha256-9XuwVz7p05jgFkDMuag07ibXxjM+MhkL4dLdRs/O3NI=";
};
build-system = [ setuptools ];