python310Packages.pinocchio: 2.6.18 -> 2.6.19

This commit is contained in:
Weijia Wang
2023-06-20 15:54:28 +03:00
parent 50847470ba
commit 5ba353aa7e
@@ -11,14 +11,14 @@
stdenv.mkDerivation rec {
pname = "pinocchio";
version = "2.6.18";
version = "2.6.19";
src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-HkNCZpdGi2hJc2+/8XwLrrJcibpyA7fQN1vNuZ9jyhw=";
hash = "sha256-P7jSAQ6LYcboJHqtpneT4W8Pu5G3fd3/a8Gju9im1e8=";
};
# error: use of undeclared identifier '__sincos'