Commit c51af79b authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.hpp-fcl: 2.3.6 -> 2.3.7

parent 826934df
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;