guile-git: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm
2024-05-03 01:32:26 +00:00
parent d32ecd778d
commit be9397d49e

View File

@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "guile-git";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitLab {
owner = "guile-git";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+GVGM9XOy8+nFChyJazRWsNBjS+HYUBnbUErCVkxZyg=";
sha256 = "sha256-7xKs5Biq9HHOJbNILLU1oX8oPuEbti0uLMiobKz//bU=";
};
strictDeps = true;