Unverified Commit f6e4992c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

python310Packages.hpp-fcl: 2.3.6 -> 2.3.7
parents 4fae7293 c51af79b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;