aboutsummaryrefslogtreecommitdiff
path: root/build-aux/gitlog-to-changelog
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/gitlog-to-changelog')
0 files changed, 0 insertions, 0 deletions
dd7c718e5a66e6e555248c3a1c271d46f'>gnu: femtolisp: Update to 0.0.0-2....* gnu/packages/scheme.scm (femtolisp): Update to 0.0.0-2. This commit revision patches several bugs. Brett Gilio 2019-12-24gnu: bigloo: Use HTTPS home page....* gnu/packages/scheme.scm (bigloo)[home-page]: Use HTTPS. Tobias Geerinckx-Rice 2019-12-24gnu: bigloo: Update to 4.3f....* gnu/packages/scheme.scm (bigloo): Update to 4.3f. Tobias Geerinckx-Rice 2019-11-01gnu: Chibi-Scheme: Do not use unstable tarball....* gnu/packages/scheme.scm (chibi-scheme)[source]: Change to GIT-FETCH. Marius Bakke 2019-11-01gnu: Chibi-Scheme: Update to 0.8....* gnu/packages/scheme.scm (chibi-scheme): Update to 0.8. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Ekaitz at ElenQ Technology 2019-09-23gnu: mit-scheme: Pass a valid tarball hash on non-x86....Fixes this bug: $ guix build -nd mit-scheme -s aarch64-linux guix build: error: derivation `/gnu/store/…-mit-scheme-c-10.1.3.tar.gz.drv' has incorrect output `/gnu/store/…-mit-scheme-c-10.1.3.tar.gz', should be `/gnu/store/…-mit-scheme-c-10.1.3.tar.gz' This is a followup to 7d6cfa442539e8fda0c145bf7a774c13e4fdc83c. * gnu/packages/scheme.scm (mit-scheme)[inputs]: For "source", pass a hash of the right length in the catch-all case. Ludovic Courtès 2019-06-11gnu: racket: Update to 7.3....* gnu/packages/scheme.scm (racket): Update to 7.3. * gnu/packages/patches/racket-store-checksum-override.patch: Update for Racket 7.3. Christopher Lemmer Webber