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

Merge pull request #238755 from wegank/pinocchio-bump

python310Packages.pinocchio: 2.6.18 -> 2.6.19
parents 6c9ddff2 5ba353aa
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.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'