From c3bf5330e34c438311186c6d7fed6ccb0cbb5d2f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 10 Dec 2024 16:33:39 +0100 Subject: [PATCH] python312Packages.nomadnet: 0.5.4 -> 0.5.5 Diff: https://github.com/markqvist/NomadNet/compare/refs/tags/0.5.4...0.5.5 Changelog: https://github.com/markqvist/NomadNet/releases/tag/0.5.5 --- pkgs/development/python-modules/nomadnet/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/nomadnet/default.nix b/pkgs/development/python-modules/nomadnet/default.nix index 1e0472fb7802..e8106dd87b3a 100644 --- a/pkgs/development/python-modules/nomadnet/default.nix +++ b/pkgs/development/python-modules/nomadnet/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "nomadnet"; - version = "0.5.4"; + version = "0.5.5"; pyproject = true; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "markqvist"; repo = "NomadNet"; rev = "refs/tags/${version}"; - hash = "sha256-4dHxwTHDe8aE/FFtf9jhOO1Wf3uU7KjBa/ngj8o5iMY="; + hash = "sha256-uT5W/jea6vQ3XvtaTFcgvUz6K7FB3rEhtZGpjm0w7WY="; }; build-system = [ setuptools ];