~ruther/guix-local

5e0ddfba — Leo Famulari 9 years ago
gnu: python-pyasn1: Update to 0.2.3.

* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.2.3.
37c04f91 — Leo Famulari 9 years ago
gnu: python-idna: Update to 2.5.

* gnu/packages/python.scm (python-idna, python2-idna): Update to 2.5.
[source]: Use pypi-uri.
ff7da7e0 — Leo Famulari 9 years ago
gnu: asn1c: Update to 0.9.28.

* gnu/packages/tls.scm (asn1c): Update to 0.9.28.
0b7b8fb0 — Marius Bakke 9 years ago
gnu: gnome-themes-standard: Update to 3.22.3.

* gnu/packages/gnome.scm (gnome-themes-standard): Update to 3.22.3.
87736005 — Marius Bakke 9 years ago
gnu: clutter-gst: Update to 3.0.24.

* gnu/packages/gnome.scm (clutter-gst): Update to 3.0.24.
6a88e4ee — Marius Bakke 9 years ago
gnu: clutter: Update to 1.26.2.

* gnu/packages/gnome.scm (clutter): Update to 1.26.2.
356f0cef — Marius Bakke 9 years ago
gnu: libchamplain: Update to 0.12.15.

* gnu/packages/gnome.scm (libchamplain): Update to 0.12.15.
afd8e16b — Marius Bakke 9 years ago
gnu: libgee: Update to 0.20.0.

* gnu/packages/gnome.scm (libgee): Update to 0.20.0.
6206db89 — Marius Bakke 9 years ago
gnu: libgtop: Update to 2.36.0.

* gnu/packages/gnome.scm (libgtop): Update to 2.36.0.
0ef48cd9 — Marius Bakke 9 years ago
gnu: tracker: Update to 1.12.0.

* gnu/packages/gnome.scm (tracker): Update to 1.12.0.
[inputs]: Add JSON-GLIB and LIBSOUP.
4063a40a — Marius Bakke 9 years ago
gnu: gnome-autoar: Update to 0.2.2.

* gnu/packages/gnome.scm (gnome-autoar): Update to 0.2.2.
47b93ae5 — Marius Bakke 9 years ago
gnu: libgnomekbd: Update to 3.22.0.1.

* gnu/packages/gnome.scm (libgnomekbd): Update to 3.22.0.1.
3c74a74e — Marius Bakke 9 years ago
gnu: glog: Update to 0.3.5.

* gnu/packages/logging.scm (glog): Update to 0.3.5.
[source]: Switch to tarball download.
2133f193 — Marius Bakke 9 years ago
gnu: maim: Update to 5.4.62.

* gnu/packages/xdisorg.scm (maim): Update to 5.4.62.
460e72c7 — Marius Bakke 9 years ago
gnu: slop: Update to 5.3.38.

* gnu/packages/xdisorg.scm (slop): Update to 5.3.38.
c4ec1ae0 — Ricardo Wurmus 9 years ago
gnu: samba: Update to 4.6.4 [security fixes].

Fixes CVE-2017-7494.

* gnu/packages/samba.scm (samba): Update to 4.6.4.
80f78e8f — José Miguel Sánchez García 9 years ago
gnu: python-cairocffi: Update to 0.8.0.

* gnu/packages/python.scm (python-cairocffi): Update to 0.8.0.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
3015d455 — José Miguel Sánchez García 9 years ago
gnu: python-cairocffi: Update source and home-page URIs.

* gnu/packages/python.scm (python-cairocffi)[source]: Update URI.
[home-page]: Update URI.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
73739735 — Ludovic Courtès 9 years ago
publish: Do not bake the same item several times.

Before this patch, there was a possibility that we'd queue several
baking tasks for the same item.  The first one would bake the item but
subsequent tasks wouldn't check whether the item had been baked in the
meantime and would re-bake it.

* guix/scripts/publish.scm (render-narinfo/cached): Don't call
'bake-narinfo+nar' when (file-exists? cached).
gnu: Add crawl-tiles.

* gnu/packages/games.scm (crawl-tiles): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Next