From e5140eebdfc04b90c046856d95b2ef50c12fee72 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 27 Nov 2024 11:56:38 +0000 Subject: gnu: nar-herder: Update to 0-38.59d2b8a. * gnu/packages/package-management.scm (nar-herder): Update to 0-38.59d2b8a. Change-Id: Ic9405eca7190c8b73086a0db0bbc107fef03bbe6 --- gnu/packages/package-management.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 7240c6d8a9..241d854634 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -1787,8 +1787,8 @@ in an isolated environment, in separate namespaces.") (license license:gpl3+))) (define-public nar-herder - (let ((commit "82f9371c714f14ca59efb8d67b20e9c85b5c86d1") - (revision "37")) + (let ((commit "59d2b8aa23d0119a3c95e9d3b90fd6b36d1bde6a") + (revision "38")) (package (name "nar-herder") (version (git-version "0" revision commit)) @@ -1799,7 +1799,7 @@ in an isolated environment, in separate namespaces.") (commit commit))) (sha256 (base32 - "0907hrb02qfa0xvkgzap7bwlx0w9ywfcfr6iw41w4rxarf7xkjlg")) + "0rqa9ypdzp3j3ss1c5r0wyqhx61rmsb0s4hlqwnwga5iyimp91sy")) (file-name (string-append name "-" version "-checkout")))) (build-system gnu-build-system) (arguments -- cgit v1.2.3 diff
path: root/gnu/packages/scheme.scm
AgeCommit message (Expand)Author
2024-10-20gnu: stklos: Update to 2.10....* gnu/packages/scheme.scm (stklos): Update to 2.10. [inputs]: Add gmp, libgc, pcre2, libffi, and readline. [native-inputs]: Add pkg-config. [arguments]<#:configure-flags>: set LDFLAGS flag. Change-Id: Ife374dd60ef17129fa88b7a0940ab914e7b3c396 Co-authored-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA
2024-09-25gnu: gauche: Fix build, enable TLS, and use gexps....Fixes <https://issues.guix.gnu.org/73113>. There is a known test issue that will be fixed next release: https://github.com/shirok/Gauche/issues/1044 * gnu/packages/scheme.scm (gauche): Fix build failure and enable TLS. [arguments]: Set #:tests? to #f until next release, and add --with-tls configure flag. [inputs]: Add mbedtls. Change-Id: Iceacb882e74f5a8e3e11d663cca51baafbcbeb69 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr
2024-09-03gnu: scm: Update to 5f4....* gnu/packages/scheme.scm (scm): Update to 5f4. Change-Id: I9b758e5ab8c5c53427549f024622649d54d06700 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2024-08-31gnu: stklos: Import the correct set of modules....* gnu/packages/scheme.scm (stklos) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Iee99f93cfa5c7fa80694c2ad2ce6f93ccc0c44bf Maxim Cournoyer
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer
2024-08-11gnu: chibi-scheme: Update to 0.11.0....* gnu/packages/scheme.scm (chibi-scheme): Update to 0.11.0. Change-Id: I3b6a2b722c6bc7d7817cbf0af031b153b889159f Signed-off-by: Christopher Baines <mail@cbaines.net> Ekaitz Zarraga
2024-06-24gnu: gauche: Remove trailing #t....* gnu/packages/scheme.scm (gauche) [phases]: Remove trailing #t. Change-Id: I47b4f2a7475a41e6431bba0c3d6bd21b9f584fc5 Maxim Cournoyer
2024-06-24gnu: gauche: Update to 0.9.15....* gnu/packages/scheme.scm (gauche): Update to 0.9.15. Change-Id: I63da9600fc162c3f9ab02f35c509c7402b7406ca Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Ashish SHUKLA
2024-05-31gnu: Add r7rs-small-texinfo....* gnu/packages/scheme.scm (r7rs-small-texinfo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I8e3e2956cb2a5e98c1353a51773c71bbb4545b95 Yuval Langer