guile-json-rpc: 0.4.5a -> 0.5.0

This commit is contained in:
Danylo Kondratiev
2025-07-24 10:25:59 +05:30
committed by Masum Reza
parent 3e086ec3b8
commit ed621e7c07
+2 -2
View File
@@ -9,14 +9,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "guile-json-rpc";
version = "0.4.5a";
version = "0.5.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "rgherdt";
repo = "scheme-json-rpc";
tag = finalAttrs.version;
hash = "sha256-sTJxPxHKovMOxfu5jM/6EpB9RFpG+9E3388xeE2Fpgw=";
hash = "sha256-xCykgq0L6PDqjXfNwsqV9u1nFiK9t+qCUgIgzZoIsxc=";
};
strictDeps = true;