guile-json-rpc: 0.5.0 -> 0.6.1 and deps (#502169)

This commit is contained in:
Nikolay Korotkiy
2026-03-30 19:55:41 +00:00
committed by GitHub
4 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -7,11 +7,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "guile-irregex";
version = "0.9.11";
version = "0.9.12";
src = fetchzip {
url = "https://synthcode.com/scheme/irregex/irregex-${finalAttrs.version}.tar.gz";
hash = "sha256-abBCMNsr6GTBOm+eQWuOX8JYx/qMA/V6TwGdYRjznWU=";
hash = "sha256-Iwt6mdgp5d0q2hweU2+9dPLs8j4Jd4GOdZvfvTe8Uvw=";
};
strictDeps = true;
+2 -2
View File
@@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "guile-json-rpc";
version = "0.5.0";
version = "0.6.1";
src = fetchFromCodeberg {
owner = "rgherdt";
repo = "scheme-json-rpc";
tag = finalAttrs.version;
hash = "sha256-xCykgq0L6PDqjXfNwsqV9u1nFiK9t+qCUgIgzZoIsxc=";
hash = "sha256-3Wb3ZtcFQCOESe0Yq4cEG2jJ4+dOjlf9LKrclHhpkbU=";
};
strictDeps = true;
+3 -3
View File
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation {
pname = "guile-srfi-145";
version = "0-unstable-2023-06-04";
version = "0-unstable-2025-08-11";
src = fetchFromCodeberg {
owner = "rgherdt";
repo = "srfi";
rev = "e598c28eb78e9c3e44f5c3c3d997ef28abb6f32e";
hash = "sha256-kvM2v/nDou0zee4+qcO5yN2vXt2y3RUnmKA5S9iKFE0=";
rev = "1f78a684e73c8d82fdd116716e341bc177e8d229";
hash = "sha256-mVIAg3QrH6+0VFWZ22KHGhxMn8lRYHj154b7YQf+maE=";
};
strictDeps = true;
+4 -5
View File
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation {
pname = "guile-srfi-180";
version = "0-unstable-2023-06-04";
version = "0-unstable-2025-08-11";
src = fetchFromCodeberg {
owner = "rgherdt";
repo = "srfi";
rev = "e598c28eb78e9c3e44f5c3c3d997ef28abb6f32e";
hash = "sha256-kvM2v/nDou0zee4+qcO5yN2vXt2y3RUnmKA5S9iKFE0=";
rev = "1f78a684e73c8d82fdd116716e341bc177e8d229";
hash = "sha256-mVIAg3QrH6+0VFWZ22KHGhxMn8lRYHj154b7YQf+maE=";
};
strictDeps = true;
@@ -46,8 +46,7 @@ stdenv.mkDerivation {
mkdir -p $site_dir/srfi
cp $src/srfi/srfi-180.scm $site_dir/srfi
cp -R $src/srfi/srfi-180/ $site_dir/srfi
cp -R $src/srfi/180/ $site_dir/srfi
guild compile -x "sld" --r7rs $site_dir/srfi/srfi-180/helpers.sld -o $lib_dir/srfi/srfi-180/helpers.go
guild compile --r7rs $site_dir/srfi/srfi-180/helpers.scm -o $lib_dir/srfi/srfi-180/helpers.go
guild compile --r7rs $site_dir/srfi/srfi-180.scm -o $lib_dir/srfi/srfi-180.go
runHook postBuild