From bb95bd09a87946a2f3329c0025ce6422a5a582ea Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:16:51 +0100 Subject: [PATCH] python3Packages.nxt-python: 3.3.0 -> 3.5.1 https://github.com/schodet/nxt-python/releases/tag/3.5.1 --- pkgs/development/python-modules/nxt-python/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/nxt-python/default.nix b/pkgs/development/python-modules/nxt-python/default.nix index 821952a01208..bbd8361aea8b 100644 --- a/pkgs/development/python-modules/nxt-python/default.nix +++ b/pkgs/development/python-modules/nxt-python/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "nxt-python"; - version = "3.3.0"; + version = "3.5.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "schodet"; repo = pname; tag = version; - hash = "sha256-v65KEP5DuJsZAifd1Rh46x9lSAgBZgyo+e8PKSDKnhw="; + hash = "sha256-ffJ7VhXT5I7i5JYfnjFBaud0CxoVBFWx6kRdAz+Ry00="; }; build-system = [ poetry-core ]; @@ -38,7 +38,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python driver/interface for Lego Mindstorms NXT robot"; homepage = "https://github.com/schodet/nxt-python"; - changelog = "https://github.com/schodet/nxt-python/releases/tag/${version}"; + changelog = "https://github.com/schodet/nxt-python/releases/tag/${src.tag}"; license = licenses.gpl3Only; maintainers = with maintainers; [ ibizaman ]; };