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

guile-git: 0.5.2 -> 0.6.0

parent 100ce73c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "guile-git";
  version = "0.5.2";
  version = "0.6.0";

  src = fetchFromGitLab {
    owner = "guile-git";
    repo = pname;
    rev = "v${version}";
    sha256 = "x6apF9fmwzrkyzAexKjClOTFrbE31+fVhSLyFZkKRYU=";
    sha256 = "sha256-+GVGM9XOy8+nFChyJazRWsNBjS+HYUBnbUErCVkxZyg=";
  };

  strictDeps = true;