Merge pull request #330964 from r-ryantm/auto-update/python312Packages.hpp-fcl

python312Packages.hpp-fcl: 2.4.4 -> 2.4.5
This commit is contained in:
Nick Cao
2024-07-30 16:47:19 -04:00
committed by GitHub
@@ -14,14 +14,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hpp-fcl";
version = "2.4.4";
version = "2.4.5";
src = fetchFromGitHub {
owner = "humanoid-path-planner";
repo = "hpp-fcl";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-BwS9RSirdlD6Cqwp7KD59dkh2WsJVwdlH9LzM2AFjI4=";
hash = "sha256-0OORdtT7vMpvK3BPJvtvuLcz0+bfu1+nVvzs3y+LyQw=";
};
strictDeps = true;