python3Packages.pydsdl: 1.9.4 -> 1.12.1

This commit is contained in:
Jonathan Ringer 2021-06-18 16:39:24 -07:00 committed by Martin Weinelt
parent c5adeef791
commit 6ec245f872

View File

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "pydsdl";
version = "1.9.4";
version = "1.12.1";
disabled = pythonOlder "3.5"; # only python>=3.5 is supported
src = fetchFromGitHub {
owner = "UAVCAN";
repo = pname;
rev = version;
sha256 = "1hmmc4sg6dckbx2ghcjpi74yprapa6lkxxzy0h446mvyngp0kwfv";
sha256 = "sha256-5AwwqduIvLSZk6WcI59frwRKwjniQXfNWWVsy6V6I1E=";
};
# allow for writable directory for darwin