guile-git: 0.5.2 -> 0.6.0

This commit is contained in:
R. Ryantm 2024-02-27 17:27:16 +00:00
parent 100ce73c31
commit c1322e5b56

View File

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