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

python310Packages.hpp-fcl: 2.3.6 -> 2.3.7

authored by Weijia Wang and committed by GitHub f6e4992c 4fae7293

+2 -2
+2 -2
pkgs/development/libraries/hpp-fcl/default.nix
··· 14 14 15 15 stdenv.mkDerivation (finalAttrs: { 16 16 pname = "hpp-fcl"; 17 - version = "2.3.6"; 17 + version = "2.3.7"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "humanoid-path-planner"; 21 21 repo = finalAttrs.pname; 22 22 rev = "v${finalAttrs.version}"; 23 23 fetchSubmodules = true; 24 - hash = "sha256-Y6ATYXsV8hH22XiXyvacuUhHTuNCzObPlxNX2vZGghM="; 24 + hash = "sha256-Bytm5uaHYsfMeZ+JKs75003iHNObRBGDpV7Rz9yW7jQ="; 25 25 }; 26 26 27 27 strictDeps = true;