python310Packages.hpp-fcl: 2.3.6 -> 2.3.7

This commit is contained in:
R. Ryantm
2023-11-16 13:40:47 +00:00
parent 826934df9a
commit c51af79b2e
@@ -14,14 +14,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hpp-fcl";
version = "2.3.6";
version = "2.3.7";
src = fetchFromGitHub {
owner = "humanoid-path-planner";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-Y6ATYXsV8hH22XiXyvacuUhHTuNCzObPlxNX2vZGghM=";
hash = "sha256-Bytm5uaHYsfMeZ+JKs75003iHNObRBGDpV7Rz9yW7jQ=";
};
strictDeps = true;