python310Packages.pinocchio: 2.6.17 -> 2.6.18

This commit is contained in:
Weijia Wang 2023-05-01 14:09:25 +03:00
parent b87aa62298
commit 07bc8712aa

View file

@ -11,14 +11,14 @@
stdenv.mkDerivation rec {
pname = "pinocchio";
version = "2.6.17";
version = "2.6.18";
src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-P/2cwFMtVaxT+qt2RDa7qjUIFjDBJ7U6epRFahOKux4=";
hash = "sha256-HkNCZpdGi2hJc2+/8XwLrrJcibpyA7fQN1vNuZ9jyhw=";
};
# error: use of undeclared identifier '__sincos'