Unverified Commit ca6632fd authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #229270 from wegank/pinocchio-bump

python310Packages.pinocchio: 2.6.17 -> 2.6.18
parents d8ef80a9 07bc8712
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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'