Merge pull request #267896 from r-ryantm/auto-update/python310Packages.hpp-fcl

python310Packages.hpp-fcl: 2.3.6 -> 2.3.7
This commit is contained in:
Weijia Wang 2023-11-17 00:24:48 +01:00 committed by GitHub
commit f6e4992c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;