[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (e64a3b4 -> 1170198)
From: |
Ludovic Courtès |
Subject: |
branch master updated (e64a3b4 -> 1170198) |
Date: |
Mon, 30 Apr 2018 17:41:29 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from e64a3b4 gnu: sudo: Update to 1.8.23.
new 7c8b7e3 weather: Fix type error when reporting CI stats.
new 350f50c gnu: tcc-wrapper: Use Guile 2.2.
new 1798e9e gnu: gzochi: Build without '-Werror'.
new 0e4885a gnu: gzochi: Switch to Guile 2.2.
new bc96a8b gnu: geiser: Switch to Guile 2.2.
new 291c2d5 gnu: guile-ics: Update to 0.2.0.
new d573d89 gnu: guile-ics: Switch to Guile 2.2.
new d58ee08 gnu: guile-minikanren: Switch to Guile 2.2.
new 2863860 gnu: guile-irregex: Switch to Guile 2.2.
new d5eacec gnu: guile-redis: Switch to Guile 2.2.
new b989c3e gnu: guile-dbi: Switch to Guile 2.2.
new 1170198 gnu: Add amule.
The 12 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/local.mk | 1 +
gnu/packages/c.scm | 4 +-
gnu/packages/emacs.scm | 2 +-
gnu/packages/game-development.scm | 13 ++++++-
gnu/packages/guile.scm | 37 +++++++++++-------
gnu/packages/networking.scm | 63 +++++++++++++++++++++++++++++++
gnu/packages/patches/amule-crypto-6.patch | 45 ++++++++++++++++++++++
guix/scripts/weather.scm | 8 ++--
8 files changed, 150 insertions(+), 23 deletions(-)
create mode 100644 gnu/packages/patches/amule-crypto-6.patch
- branch master updated (e64a3b4 -> 1170198),
Ludovic Courtès <=
- 02/12: gnu: tcc-wrapper: Use Guile 2.2., Ludovic Courtès, 2018/04/30
- 03/12: gnu: gzochi: Build without '-Werror'., Ludovic Courtès, 2018/04/30
- 04/12: gnu: gzochi: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 06/12: gnu: guile-ics: Update to 0.2.0., Ludovic Courtès, 2018/04/30
- 05/12: gnu: geiser: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 09/12: gnu: guile-irregex: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 07/12: gnu: guile-ics: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 08/12: gnu: guile-minikanren: Switch to Guile 2.2., Ludovic Courtès, 2018/04/30
- 12/12: gnu: Add amule., Ludovic Courtès, 2018/04/30
- 01/12: weather: Fix type error when reporting CI stats., Ludovic Courtès, 2018/04/30