python3Packages.nxt-python: 3.3.0 -> 3.5.1

https://github.com/schodet/nxt-python/releases/tag/3.5.1
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:18 +01:00
parent fd936ce2d5
commit bb95bd09a8
@@ -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 ];
};