~ruther/guix-local

1bbbb0b4 — Marius Bakke 9 years ago
gnu: diffoscope: Update to 78.

* gnu/packages/package-management.scm (diffoscope): Update to 78.
8298df96 — Marius Bakke 9 years ago
gnu: Add minizip.

* gnu/packages/compression.scm (minizip): New variable.
dd8ecb38 — Marius Bakke 9 years ago
gnu: notmuch: Update to 0.24.

* gnu/packages/mail.scm (notmuch, python-notmuch, python2-notmuch): Update to
0.24.
17fb6fb1 — Marius Bakke 9 years ago
gnu: xf86-video-intel: Update to 2.99.917-4-7e9e92c.

* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-4-7e9e92c.
ca453df7 — Marius Bakke 9 years ago
gnu: xf86-video-nouveau: Update to 1.0.14.

* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.14.
4f3dcdd9 — Marius Bakke 9 years ago
gnu: nss, nss-certs: Update to 3.29.3.

* gnu/packages/gnuzilla.scm (nss): Update to 3.29.3.
* gnu/packages/certs.scm (nss-certs): Update to 3.29.3.
87f1c7ef — Marius Bakke 9 years ago
gnu: nss: Use 'modify-phases' syntax.

* gnu/packages/gnuzilla.scm (nss)[arguments]: Use 'modify-phases'.
7a4dea52 — Alex Kost 9 years ago
gnu: manaplus: Update to 1.7.3.4.

* gnu/packages/games.scm (manaplus): Update to 1.7.3.4.
846344d0 — Alex Kost 9 years ago
gnu: git-modes: Update to 1.2.4.

* gnu/packages/emacs.scm (git-modes): Update to 1.2.4.
2617050b — Alex Kost 9 years ago
gnu: magit: Update to 2.10.3.

* gnu/packages/emacs.scm (magit): Update to 2.10.3.
02161372 — Andy Wingo 9 years ago
gnu: guile-next: Update to 2.1.8.

* gnu/packages/guile.scm (guile-next): Update to 2.1.8.
3288e647 — pjotrp 9 years ago
gnu: r-hexbin: Update to 1.27.1-1.

The package tarball was updated in place, resulting in a change in the hash
value.  We decided to bump the version to 1.27.1-1 instead of keeping the
version at upstream's 1.27.1.

* gnu/packages/statistics.scm (r-hexbin): Update to 1.27.1-1.
8f7ea709 — Ludovic Courtès 9 years ago
gnu: guile-next: Increase max-silent-time.

* gnu/packages/guile.scm (guile-next)[properties]: Add 'max-silent-time'.
59bb178c — Leo Famulari 9 years ago
gnu: linux-libre@4.4: Update to 4.4.53.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.53.
7bc57e76 — Leo Famulari 9 years ago
gnu: linux-libre@4.9: Update to 4.9.14.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.14.
49a8c92c — Leo Famulari 9 years ago
gnu: linux-libre: Update to 4.10.2.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.2.
(%linux-libre-hash): Update hash.
108f69c4 — Andy Patterson 9 years ago
gnu: ecl: Update to 16.1.3.

* gnu/packages/lisp.scm (ecl): Update to 16.1.3.
[arguments]: Use a different method to set the binary used for tests.

Signed-off-by: Leo Famulari <leo@famulari.name>
3f06f430 — Marius Bakke 9 years ago
gnu: irssi: Update to 1.0.2.

* gnu/packages/irc.scm (irssi): Update to 1.0.2.
7e81d699 — Marius Bakke 9 years ago
pull: Default to HTTPS.

* guix/scripts/pull.scm (%snapshot-url): Use HTTPS.
(guix-pull): Authenticate against LE-CERTS when URL is from Savannah.
720cb10c — Clément Lassieur 9 years ago
services: Move configuration functions that shouldn't be factorized.

* gnu/services/configuration.scm (serialize-field, serialize-string)
(serialize-space-separated-string-list, space-separated-string-list?)
(serialize-file-name, file-name?, serialize-boolean): Move these functions...
* gnu/services/cups.scm: ...to this file.
* gnu/services/kerberos.scm: ...to this file.

Configuration syntaxes are very specific to services.  Some services may have
the same configuration syntax, but none of them is common enough to be
abstracted in configuration.scm.

Signed-off-by: Clément Lassieur <clement@lassieur.org>
Next