[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (6666096 -> 06acf6b)
From: |
Ludovic Courtès |
Subject: |
branch master updated (6666096 -> 06acf6b) |
Date: |
Mon, 25 Sep 2017 18:35:28 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 6666096 gnu: certbot, python-acme: Update to 0.18.2.
new 8ddf20b gnu: lm-sensors: Add "lib" output.
new 97abc90 upstream: Add 'url-prefix-predicate'.
new c1d8b3b upstream: Add new GNOME updater.
new 4f80158 gnu: libgtop: Update to 2.38.0.
new 06acf6b http-client: Reset cache TTL upon 304 "Not Modified"
responses.
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:
Makefile.am | 1 +
gnu/packages/gnome.scm | 4 +-
gnu/packages/linux.scm | 11 +++--
guix/gnu-maintenance.scm | 72 ++----------------------------
guix/http-client.scm | 4 +-
guix/import/gnome.scm | 112 +++++++++++++++++++++++++++++++++++++++++++++++
guix/upstream.scm | 19 ++++++++
7 files changed, 148 insertions(+), 75 deletions(-)
create mode 100644 guix/import/gnome.scm
- branch master updated (6666096 -> 06acf6b),
Ludovic Courtès <=
- 01/05: gnu: lm-sensors: Add "lib" output., Ludovic Courtès, 2017/09/25
- 02/05: upstream: Add 'url-prefix-predicate'., Ludovic Courtès, 2017/09/25
- 04/05: gnu: libgtop: Update to 2.38.0., Ludovic Courtès, 2017/09/25
- 05/05: http-client: Reset cache TTL upon 304 "Not Modified" responses., Ludovic Courtès, 2017/09/25
- 03/05: upstream: Add new GNOME updater., Ludovic Courtès, 2017/09/25