Merge pull request #291895 from r-ryantm/auto-update/guile-git

guile-git: 0.5.2 -> 0.6.0
This commit is contained in:
Weijia Wang 2024-03-01 09:33:14 +01:00 committed by GitHub
commit 17ccbc0aac
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.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;