Merge pull request #238755 from wegank/pinocchio-bump

python310Packages.pinocchio: 2.6.18 -> 2.6.19
This commit is contained in:
Weijia Wang 2023-06-21 00:32:38 +03:00 committed by GitHub
commit df469dd8cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'