guile-git: 0.7.0 -> 0.8.0 (#338074)

Signed-off-by: Burgess Chang <bsc@brsvh.org>
This commit is contained in:
Burgess Chang 2024-08-29 18:18:56 +08:00 committed by GitHub
parent e9ee7829f6
commit d2c685846d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "guile-git";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitLab {
owner = "guile-git";
repo = pname;
rev = "v${version}";
hash = "sha256-7xKs5Biq9HHOJbNILLU1oX8oPuEbti0uLMiobKz//bU=";
hash = "sha256-EZ2uGyk1K2YCl/U7EzTKri6CEe8CGDRy4pNRVjp7ZZY=";
};
strictDeps = true;
@ -48,4 +48,3 @@ stdenv.mkDerivation rec {
platforms = guile.meta.platforms;
};
}