python310Packages.hpp-fcl: 2.3.7 -> 2.4.0

This commit is contained in:
Guilhem Saurel 2023-11-28 16:57:00 +01:00
parent dab8d0f319
commit 749429dbdd

View File

@ -14,14 +14,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hpp-fcl";
version = "2.3.7";
version = "2.4.0";
src = fetchFromGitHub {
owner = "humanoid-path-planner";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-Bytm5uaHYsfMeZ+JKs75003iHNObRBGDpV7Rz9yW7jQ=";
hash = "sha256-qeAO1FV28L2nbQ/2mDeLMuWS2+FexQ1ORCtt+ztWHj0=";
};
strictDeps = true;