[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (10a8fb4 -> 41bc208)
From: |
guix-commits |
Subject: |
branch master updated (10a8fb4 -> 41bc208) |
Date: |
Fri, 3 Jan 2020 10:09:29 -0500 (EST) |
civodul pushed a change to branch master
in repository guix.
from 10a8fb4 gnu: sbcl: Update to 2.0.0.
new 9512ba6 bootloader: Mark "grub.cfg" and "extlinux.conf" as
non-substitutable.
new 52207b3 gexp: 'gexp->script' marks its result as non-offloadable
and non-substitutable.
new f4cde9a download: Do not leak file descriptors on TLS ports.
new af0aefd import: cran: Fix file descriptor leak.
new 41bc208 gnu: r-irkernel: Fix R kernel loading
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/bootloader/extlinux.scm | 4 ++-
gnu/bootloader/grub.scm | 8 ++++--
gnu/packages/cran.scm | 8 ++++++
guix/build/download.scm | 66 +++++++++++++++++++++++++--------------------
guix/gexp.scm | 9 +++++--
guix/http-client.scm | 13 +++++----
guix/import/cran.scm | 12 ++++++---
guix/lint.scm | 9 +++----
guix/scripts/substitute.scm | 7 +++--
9 files changed, 85 insertions(+), 51 deletions(-)
- branch master updated (10a8fb4 -> 41bc208),
guix-commits <=
- 01/05: bootloader: Mark "grub.cfg" and "extlinux.conf" as non-substitutable., guix-commits, 2020/01/03
- 02/05: gexp: 'gexp->script' marks its result as non-offloadable and non-substitutable., guix-commits, 2020/01/03
- 04/05: import: cran: Fix file descriptor leak., guix-commits, 2020/01/03
- 05/05: gnu: r-irkernel: Fix R kernel loading, guix-commits, 2020/01/03
- 03/05: download: Do not leak file descriptors on TLS ports., guix-commits, 2020/01/03