python313Packages.tololib: 1.2.0 -> 1.2.2 (#379523)

This commit is contained in:
Fabian Affolter
2025-02-05 11:56:17 +01:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tololib";
version = "1.2.0";
version = "1.2.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "MatthiasLohr";
repo = "tololib";
rev = "refs/tags/v${version}";
hash = "sha256-CVibq5dgjjXW4Fxs3doBmUyXMMbtGfN9fLgNtuTqqiA=";
hash = "sha256-dfyc96VcauERv2E5I6nOIXAHbmTHiRLqS+0XH0GB5HM=";
};
build-system = [ setuptools-scm ];