python3Packages.pydsdl: 1.22.0 -> 1.22.2 (#435802)

This commit is contained in:
Wolfgang Walther
2025-09-23 10:58:51 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pydsdl";
version = "1.22.0";
version = "1.22.2";
pyproject = true;
src = fetchFromGitHub {
owner = "OpenCyphal";
repo = "pydsdl";
tag = version;
hash = "sha256-Q6Zt7qiFZvTK2pF4nWfHbjwQHZffzKOad6X/HQ94EUo=";
hash = "sha256-JQE7e735arclu7avLu0Nf/ecULd0wuPmxyO3DtDsxLs=";
};
build-system = [ setuptools ];