Merge pull request #229270 from wegank/pinocchio-bump

python310Packages.pinocchio: 2.6.17 -> 2.6.18
This commit is contained in:
Weijia Wang
2023-05-02 12:16:15 +03:00
committed by GitHub
@@ -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'