gnu: python-pyasn1: Update to 0.2.3. * gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.2.3.
gnu: python-idna: Update to 2.5. * gnu/packages/python.scm (python-idna, python2-idna): Update to 2.5. [source]: Use pypi-uri.
gnu: asn1c: Update to 0.9.28. * gnu/packages/tls.scm (asn1c): Update to 0.9.28.
gnu: gnome-themes-standard: Update to 3.22.3. * gnu/packages/gnome.scm (gnome-themes-standard): Update to 3.22.3.
gnu: clutter-gst: Update to 3.0.24. * gnu/packages/gnome.scm (clutter-gst): Update to 3.0.24.
gnu: clutter: Update to 1.26.2. * gnu/packages/gnome.scm (clutter): Update to 1.26.2.
gnu: libchamplain: Update to 0.12.15. * gnu/packages/gnome.scm (libchamplain): Update to 0.12.15.
gnu: libgee: Update to 0.20.0. * gnu/packages/gnome.scm (libgee): Update to 0.20.0.
gnu: libgtop: Update to 2.36.0. * gnu/packages/gnome.scm (libgtop): Update to 2.36.0.
gnu: tracker: Update to 1.12.0. * gnu/packages/gnome.scm (tracker): Update to 1.12.0. [inputs]: Add JSON-GLIB and LIBSOUP.
gnu: gnome-autoar: Update to 0.2.2. * gnu/packages/gnome.scm (gnome-autoar): Update to 0.2.2.
gnu: libgnomekbd: Update to 3.22.0.1. * gnu/packages/gnome.scm (libgnomekbd): Update to 3.22.0.1.
gnu: glog: Update to 0.3.5. * gnu/packages/logging.scm (glog): Update to 0.3.5. [source]: Switch to tarball download.
gnu: maim: Update to 5.4.62. * gnu/packages/xdisorg.scm (maim): Update to 5.4.62.
gnu: slop: Update to 5.3.38. * gnu/packages/xdisorg.scm (slop): Update to 5.3.38.
gnu: samba: Update to 4.6.4 [security fixes]. Fixes CVE-2017-7494. * gnu/packages/samba.scm (samba): Update to 4.6.4.
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>
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>
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>