Discussion:
GNU Guix & GuixSD 0.15.0 released
Ludovic Courtès
2018-07-06 12:02:57 UTC
Permalink
We are pleased to announce the release of GNU Guix & GuixSD 0.15.0,
representing 7,020 commits by 100 people over 7 months.

This release brings us close to our goals for 1.0, so it’s probably one
of the last zero-dot-something releases.


• About

GNU Guix is a transactional package manager for the GNU system.
The Guix System Distribution, GuixSD, is an advanced distribution
of the GNU system.

In addition to standard package management features, Guix supports
transactional upgrades and roll-backs, unprivileged package
management, and per-user profiles. GuixSD offers a declarative
approach to operating system configuration management and is highly
hackable. Guix uses low-level mechanisms from the Nix package
manager, except that packages are defined as native Guile modules,
using extensions to the Scheme language.

GuixSD uses the Linux-Libre kernel and the GNU Shepherd init system.
It can be used on an i686, x86_64, armv7, or aarch64 machine.

It is also possible to use Guix on top of an already installed
GNU/Linux system, including on armv7, aarch64, and mips64el.

https://www.gnu.org/software/guix/

• Download

Here are the compressed sources and a GPG detached signature[*]:
https://alpha.gnu.org/gnu/guix/guix-0.15.0.tar.gz
https://alpha.gnu.org/gnu/guix/guix-0.15.0.tar.gz.sig

Here are the bootable USB installation images and their signatures[*]:
https://alpha.gnu.org/gnu/guix/guixsd-install-0.15.0.i686-linux.iso.xz
https://alpha.gnu.org/gnu/guix/guixsd-install-0.15.0.i686-linux.iso.xz.sig
https://alpha.gnu.org/gnu/guix/guixsd-install-0.15.0.x86_64-linux.iso.xz
https://alpha.gnu.org/gnu/guix/guixsd-install-0.15.0.x86_64-linux.iso.xz.sig

Here is the QCOW2 virtual machine (VM) image and its signature:
https://alpha.gnu.org/gnu/guix/guixsd-vm-image-0.15.0.x86_64-linux.xz
https://alpha.gnu.org/gnu/guix/guixsd-vm-image-0.15.0.x86_64-linux.xz.sig

Here are the binary tarballs and their signatures[*]:
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.i686-linux.tar.xz
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.i686-linux.tar.xz.sig
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.x86_64-linux.tar.xz
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.x86_64-linux.tar.xz.sig
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.armhf-linux.tar.xz
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.armhf-linux.tar.xz.sig
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.aarch64-linux.tar.xz
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.aarch64-linux.tar.xz.sig

Use a mirror for higher download bandwidth:
http://www.gnu.org/order/ftp.html

Here are the SHA1 checksums:

b971e19b539f3f27f675bc1d7cfc126065a7d61c guix-0.15.0.tar.gz
48e4f95b13133f23e271791e230f1a50896b2033 guix-binary-0.15.0.aarch64-linux.tar.xz
a37add10720284793b82f86cca84b24a94253360 guix-binary-0.15.0.armhf-linux.tar.xz
1c26d12ad278273f2864bc165a998e5429d1eea0 guix-binary-0.15.0.i686-linux.tar.xz
38fd4c9076f82823b5e981d78622a2d3c74984d0 guix-binary-0.15.0.x86_64-linux.tar.xz
410db099a7c8bbc134a2f05438004db12376d71e guixsd-install-0.15.0.i686-linux.iso.xz
1029730bf9f11a8039d66a9bf4fc77e8e1b2eb53 guixsd-install-0.15.0.x86_64-linux.iso.xz
2664f09efe3f5f999c0a115251eb68eb30ed74b0 guixsd-vm-image-0.15.0.x86_64-linux.xz

[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact. First, be sure to download both the .sig file
and the corresponding tarball. Then, run a command like this:

gpg --verify guix-0.15.0.tar.gz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

gpg --keyserver pool.sks-keyservers.net \
--recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5

and rerun the 'gpg --verify' command.

This release was bootstrapped with the following tools:
Autoconf 2.69
Automake 1.16.1
Makeinfo 6.5
Help2man 1.47.6

To install the Guix System Distribution, please see “System
Installation” in the manual. To install Guix on a running system,
see “Installation” in the manual.

• Changes since version 0.14.0 (excerpt from the NEWS file)

** Package management

*** ‘guix pull’ has been overhauled; it now populates ~/.config/guix/current
*** ‘guix pull’ has a new ‘--list-generations’ option
*** ‘guix pack’ now supports building SquashFS images
*** ‘guix pack’ can now build tarballs with relocatable executables
*** ‘guix environment’ and ‘guix pack’ have a new ‘--manifest’ option
*** New ‘guix environment’ options: ‘--user’, ‘--link-profile’
*** ‘guix package’ has a new ‘--allow-collisions’ option
*** ‘guix package’ no longer warns about harmless file collisions
*** The ‘--with-source’ option now accepts “PACKAGE=URI” specs
*** Profiles now include a separate ‘dir.LANGUAGE’ Info file
*** New profile hook generates a ‘gschemas.compiled’ file as needed
*** ‘guix build’ provides hints for unbound variables
*** ‘guix weather’ now reports continuous integration statistics
*** ‘guix gc’ has a new ‘--derivers’ option
*** ‘guix publish’ now publishes build logs at /log URLs
*** ‘guix import elpa’ has a new ‘--recursive’ option
*** ‘guix graph’ has a new “module” node type
*** New ‘guix offload status’ command
*** ‘guix-daemon’ now comes with an SELinux policy
*** ‘guix-daemon’ now rejects garbage collection requests from remote clients
*** ‘guix-daemon’ supports ARMv7 builds on AArch64
*** ‘guix-daemon’ has relaxed tests to allow for binfmt_misc execution
*** ‘guix-daemon’ has a new ‘--log-compression’ option, with gzip support

** Distribution

*** New ‘guix system docker-image’ command
*** ‘guix system’ reports kernel modules that should be added to the initrd
*** ‘guix system’ reports invalid mapped device specifications
*** ‘guix system init’ warns about insufficient disk space
*** ‘guix system search’ displays Shepherd service names when available
*** Required services missing from the config are automatically instantiated
*** New ‘initrd-modules’ field of ‘operating-system’
*** New ‘file-system-label’ construct supersedes ‘title’ field of ‘file-system’
*** ‘guix system’ has a new ‘-e’ option
*** The ‘ld’ wrappers now allows linking with non-store libraries by default
*** Package for Python 2.x has been renamed from “python” to “python2”
*** RHEL6 systems based on kernel Linux 2.6 are supported again
*** The GNU Shepherd was upgraded to 0.4.0; it now logs to syslogd
*** New services

alsa, cat-avatar-generator, darkstat, dhcpd, dnsmasq, enlightenment, fprintd,
hpcguix-web, httpd, mate, modem-manager, openntpd, php-fpm, qemu-binfmt,
wesnothd

*** bitlbee service now supports plugins
*** nginx service configuration has been enhanced
*** cgit service supports project lists and is more flexible
*** ‘openssh-configuration’ has a new ‘accepted-environment’ field
*** dovecot service copies ‘dovecot.conf’ to /etc
*** prosody service configuration now accepts file-like objects
*** certbot service has been overhauled
*** Package build bit-for-bit reproducibility fixes

Reproducibility issues were fixed notably in: ocaml, texlive-fonts-amsfonts,
glib, ***@8, r-rhdf5lib, star, nspr, dub-build-system, skalibs, groff.

*** 1200 new packages

abootimg, afew, agda, aj-snapshot, amalgamate, amule, android-bionic-uapi,
android-ext4-utils, android-f2fs-utils, android-googletest,
android-libselinux, android-libsparse, android-libutils,
android-libziparchive, android-make-stub, android-safe-iop, apache-arrow,
arm-trusted-firmware-pine64-plus, arm-trusted-firmware-puma-rk3399, aseba,
asio, atril, badass, bctoolbox, bear, beignet, bitlbee-discord, bluez-alsa,
boost-sync, botan, bpython, bpython2, cabal-doctest, caja-extensions,
can-utils, casync, cat-avatar-generator, catch2, cava, clementine,
cli-visualizer, clinfo, clyrics, clzip, colobot, colormake, curlftpfs,
curseradio, cwm, czmq, daemontools, darkstat, dashel,
debian-archive-keyring, debootstrap, dehydrated, delly, dolphin-emu,
domainfinder, dot2tex, dropseq-tools, duperemove, easytag, elemental,
emacs-academic-phrases, emacs-add-hooks, emacs-anzu,
emacs-atom-one-dark-theme, emacs-auto-yasnippet, emacs-beginend,
emacs-benchmark-init, emacs-biblio, emacs-bongo, emacs-circe,
emacs-cl-generic, emacs-closql, emacs-cmake-mode, emacs-company-lua,
emacs-company-restclient, emacs-crux, emacs-csv-mode, emacs-daemons,
emacs-darkroom, emacs-dashboard, emacs-datetime, emacs-dedicated,
emacs-default-text-scale, emacs-deft, emacs-desktop-environment,
emacs-diff-hl, emacs-discover-my-major, emacs-download-region,
emacs-dts-mode, emacs-dumb-jump, emacs-edit-indirect, emacs-edit-server,
emacs-eimp, emacs-elisp-refs, emacs-elisp-slime-nav, emacs-emacsql,
emacs-emmet-mode, emacs-emms-player-simple-mpv, emacs-emojify, emacs-epkg,
emacs-ergoemacs-mode, emacs-eros, emacs-ert-expectations,
emacs-esh-autosuggest, emacs-esup, emacs-esxml, emacs-evil-anzu,
emacs-evil-collection, emacs-evil-ediff, emacs-evil-magit, emacs-evil-mu4e,
emacs-evil-multiedit, emacs-evil-org, emacs-evil-quickscope,
emacs-evil-smartparens, emacs-ewmctrl, emacs-exec-path-from-shell,
emacs-f3, emacs-faceup, emacs-fancy-narrow, emacs-finalize,
emacs-fish-completion, emacs-ghub, emacs-gif-screencast,
emacs-git-auto-commit-mode, emacs-git-modes, emacs-google-translate,
emacs-grep-a-lot, emacs-grep-context, emacs-hcl-mode, emacs-helm-bibtex,
emacs-helm-c-yasnippet, emacs-helm-company, emacs-helm-descbinds,
emacs-helm-emms, emacs-helm-eww, emacs-helm-exwm, emacs-helm-firefox,
emacs-helm-flycheck, emacs-helm-gtags, emacs-helm-ls-git,
emacs-helm-mode-manager, emacs-helm-mu, emacs-helm-pass,
emacs-helm-shell-history, emacs-helm-system-packages, emacs-helpful,
emacs-hierarchy, emacs-highlight-defined, emacs-highlight-escape-sequences,
emacs-highlight-numbers, emacs-howm, emacs-hy-mode,
emacs-ibuffer-projectile, emacs-ido-vertical-mode, emacs-image+,
emacs-interactive-align, emacs-irfc, emacs-itail, emacs-ivy-yasnippet,
emacs-json-mode, emacs-json-reformat, emacs-know-your-http-well, emacs-kv,
emacs-lacarte, emacs-let-alist, emacs-lice-el, emacs-lispyville,
emacs-list-utils, emacs-load-relative, emacs-loc-changes, emacs-logview,
emacs-loop, emacs-m-buffer-el, emacs-macrostep, emacs-magit-org-todos-el,
emacs-makey, emacs-mbsync, emacs-md4rd, emacs-move-text,
emacs-mu4e-conversation, emacs-navi-mode, emacs-nnreddit, emacs-noflet,
emacs-nov-el, emacs-npm-mode, emacs-oauth2, emacs-on-screen,
emacs-org-caldav, emacs-org-mind-map, emacs-org-ref, emacs-org-tree-slide,
emacs-orgalist, emacs-outorg, emacs-outshine, emacs-package-lint,
emacs-parent-mode, emacs-parinfer-mode, emacs-parsebib, emacs-pass,
emacs-password-store, emacs-pg, emacs-php-mode, emacs-pinentry,
emacs-polymode, emacs-pulseaudio-control, emacs-puppet-mode,
emacs-racket-mode, emacs-rainbow-blocks, emacs-realgud, emacs-robe,
emacs-rsw-elisp, emacs-scel, emacs-scratch-el, emacs-seq,
emacs-shift-number, emacs-slack, emacs-slime-company, emacs-sly,
emacs-sml-mode, emacs-sourcemap, emacs-spark, emacs-stickyfunc-enhance,
emacs-string-inflection, emacs-stumpwm-mode, emacs-suggest,
emacs-terraform-mode, emacs-test-simple, emacs-tree-mode, emacs-validate,
emacs-visual-regexp, emacs-web-beautify, emacs-websocket, emacs-wgrep-helm,
emacs-wordgen, emacs-ws-butler, emacs-zotxt, emacs-zoutline, engrampa,
enki, eom, epipe, eureka, fann, fasd, fastboot, fastp, fastqc, fbcat,
fc-host-tools, fgallery, fifo-map, flameshot, flatbuffers, fluid-3,
font-culmus, font-fira-code, font-ibm-plex, font-lohit, fortune-mod, fpm2,
freedink-dfarc, gcab, gdal, ghc-aeson-compat, ghc-attoparsec-iso8601,
ghc-basement, ghc-bloomfilter, ghc-bytes, ghc-call-stack, ghc-cipher-aes,
ghc-clientsession, ghc-cmark-gfm, ghc-cprng-aes, ghc-crypto-cipher-tests,
ghc-crypto-cipher-types, ghc-crypto-random, ghc-disk-free-space,
ghc-doctemplates, ghc-doctemplates, ghc-email-validate, ghc-esqueleto,
ghc-feed, ghc-fixed, ghc-foundation, ghc-generics-sop, ghc-haddock-test,
ghc-hashable-time, ghc-haskell-lexer, ghc-haskell-src-exts-util,
ghc-hslua-module-text, ghc-http-api-data, ghc-hxt, ghc-hxt-charproperties,
ghc-hxt-regex-xmlschema, ghc-hxt-unicode, ghc-ifelse,
ghc-integer-logarithms, ghc-iwlib, ghc-megaparsec, ghc-microlens,
ghc-microlens-th, ghc-monad-logger, ghc-monad-loops, ghc-nanospec,
ghc-parser-combinators, ghc-path-pieces, ghc-persistent,
ghc-persistent-sqlite, ghc-persistent-template, ghc-pretty-show,
ghc-pretty-show, ghc-refact, ghc-resource-pool, ghc-safesemaphore,
ghc-securemem, ghc-shakespeare, ghc-skein, ghc-skylighting,
ghc-skylighting, ghc-stm-chans, ghc-string-qq, ghc-tasty-expected-failure,
ghc-text-binary, ghc-th-abstraction, ghc-th-lift-instances,
ghc-time-locale-compat, ghc-unliftio, ghc-unliftio-core,
ghc-uri-bytestring, ghc-uri-encode, ghc-yesod, ghc-yesod-core,
ghc-yesod-form, ghc-yesod-persistent, ghex, ghostwriter, gifsicle,
git-annex, glslang, go-github-com-aki237-nscjar,
go-github-com-alsm-ioprogress,
go-github-com-ayufan-golang-kardianos-service,
go-github-com-beorn7-perks-quantile, go-github-com-blang-semver,
go-github-com-burntsushi-toml,
go-github-com-client-golang-prometheus-promhttp,
go-github-com-davidjpeacock-cli, go-github-com-emicklei-go-restful,
go-github-com-getsentry-raven-go, go-github-com-golang-protobuf-proto,
go-github-com-google-cadvisor, go-github-com-google-gofuzz,
go-github-com-gorilla-context, go-github-com-gorilla-mux,
go-github-com-hashicorp-go-version, go-github-com-hashicorp-hcl,
go-github-com-jonboulle-clockwork, go-github-com-jpillora-backoff,
go-github-com-matttproud-golang-protobuf-extensions-pbutil,
go-github-com-prometheus-client-golang-prometheus,
go-github-com-prometheus-client-model-go,
go-github-com-prometheus-common-expfmt,
go-github-com-prometheus-node-exporter, go-github-com-prometheus-procfs,
go-github-com-sirupsen-logrus, go-github-com-spf13-pflag,
go-github-com-stretchr-testify, go-github-com-syncthing-notify,
go-github-com-tevino-abool, go-github-com-tj-docopt,
go-github-com-urfave-cli, go-github.com-howeyc-gopass,
go-github.com-jessevdk-go-flags, go-github.com-jtolds-gls,
go-github.com-mattn-go-runewidth, go-github.com-nsf-termbox-go,
go-github.com-smartystreets-assertions,
go-github.com-smartystreets-goconvey, go-github.com-smartystreets-gunit,
go-golang-org-x-crypto-ssh-terminal, go-golang.org-x-crypto-ssh-terminal,
go-gopkg.in-check.v1, go-gopkg.in-mgo.v2, go-gopkg.in-tomb.v2, golly,
google-brotli, gource, gpxsee, grammalecte, groovy, groovy-emacs-modes,
gtksourceviewmm, guile-chickadee, guile-curl, guile-hall, guile-readline,
guile-simple-zmq, guile-sparql, guile2.0-gdbm-ffi, guile2.0-irregex,
guile2.0-minikanren, guile2.0-redis, gzdoom, hpcguix-web, html-xml-utils,
hungrycat, i3lock-color, i3lock-fancy, ifdtool, innoextract, instantmusic,
intelmetool, inxi, inxi-minimal, irram, iucode-tool, jack-capture,
java-apache-ivy, java-apache-xml-commons-resolver, java-biojava-alignment,
java-biojava-alignment, java-biojava-core, java-biojava-core,
java-biojava-phylo, java-biojava-phylo, java-bouncycastle, java-cdi-api,
java-cisd-args4j, java-cisd-base, java-cisd-jhdf5, java-commons-bsf,
java-commons-compiler, java-commons-httpclient, java-commons-jxpath,
java-commons-vfs, java-dom4j, java-ecj, java-ecj,
java-eclipse-jetty-webapp, java-eclipse-jetty-webapp,
java-eclipse-jetty-xml, java-eclipse-jetty-xml, java-eclipse-sisu-inject,
java-eclipse-sisu-plexus, java-forester, java-forester,
java-geronimo-xbean-asm-util, java-geronimo-xbean-bundleutils,
java-geronimo-xbean-finder, java-gson, java-hawtjni, java-jakarta-oro,
java-janino, java-jansi, java-jansi-native, java-jaxen, java-jaxp,
java-jboss-el-api-spec, java-jboss-interceptors-api-spec, java-jdistlib,
java-jettison, java-jlargearrays, java-jline, java-jline,
java-joda-convert, java-joda-time, java-jsch-agentproxy-connector-factory,
java-jsch-agentproxy-core, java-jsch-agentproxy-jsch,
java-jsch-agentproxy-pageant, java-jsch-agentproxy-sshagent,
java-jsch-agentproxy-usocket-jna, java-jsch-agentproxy-usocket-nc,
java-jsoup, java-jsr250, java-jtransforms, java-kxml2, java-la4j,
java-logback-classic, java-logback-core, java-modello-core,
java-modello-plugins-java, java-modello-plugins-xml,
java-modello-plugins-xpp3, java-modello-test, java-native-access,
java-native-access-platform, java-openchart2, java-plexus-cipher,
java-plexus-cli, java-plexus-compiler-api, java-plexus-compiler-javac,
java-plexus-component-annotations, java-plexus-component-metadata,
java-plexus-sec-dispatcher, java-sisu-build-api, java-stax, java-xerces,
java-xmlpull2, java-xmlunit, java-xmlunit-legacy, java-xom, java-xpp3,
java-xsdlib, java-xstream, jetring, js-filesaver, json-modern-cxx,
jupyter-guile-kernel, keepalived, keepkey-agent, keynav, kholidays,
kirigami, knights, krita, krita, kurly, l-smash, launchmon, ledger-agent,
libb2, libburn, libcgroup, libdiscid, libdivsufsort, libepubgen,
libfakekey, libfive, libgaiagraphics, libgeotiff, libgff, libiptcdata,
libisofs, libmusicbrainz, libmygpo-qt, libmypaint, libnfnetlink, libnsl,
libostree, libpfm4, libqxp, libscrypt, libspatialite, libvdpau-va-gl,
licensecheck, lightgbm, lookingglass, lunzip, lyx, lzlib, makefile2graph,
mame, mapnik, mate-backgrounds, mate-calc, mate-common,
mate-icon-theme-faenza, mate-netbook, mate-polkit, mate-screensaver,
mate-system-monitor, mate-user-guide, mate-utils, maven, maven-artifact,
maven-builder-support, maven-compat, maven-core, maven-embedder,
maven-model, maven-model-builder, maven-plugin-annotations,
maven-plugin-api, maven-repository-metadata, maven-resolver-api,
maven-resolver-connector-basic, maven-resolver-impl,
maven-resolver-provider, maven-resolver-spi, maven-resolver-test-util,
maven-resolver-transport-wagon, maven-resolver-util, maven-settings,
maven-settings-builder, maven-shared-utils, maven-wagon-file,
maven-wagon-http, maven-wagon-http-shared, maven-wagon-provider-api,
maven-wagon-provider-test, maven-wagon-tck-http, mbpfan, mcrl2, me-cleaner,
meandmyshadow, minimap2, mkbootimg, mod-wsgi, mongo-tools, motion, mrustc,
msitools, muse-sequencer, mypaint-brushes, nghttp2, nitrogen, nmoldyn,
noise-repellent, ocaml-ctypes, ocaml-integers, ocaml-ocb-stubblr,
ocaml-tsdl, ocl-icd, ocproxy, oil-shell, opencl-clhpp, opencl-headers,
opencl-headers, opencl-headers, opencl-headers, opencl-headers,
opencl-headers, opencv, opensc, ortp, osc, ovmf-aarch64, ovmf-arm, padthv1,
pan, pass-rotate, patchmatrix, perl-b-hooks-op-check,
perl-bareword-filehandles, perl-cairo, perl-carp, perl-cgi-formbuilder,
perl-cpan-changes, perl-crypt-openssl-guess, perl-data-section,
perl-file-finder, perl-file-readbackwards, perl-font-ttf, perl-glib,
perl-gtk2, perl-indirect, perl-inline, perl-inline-c, perl-io-all,
perl-lexical-sealrequirehints, perl-math-bezier, perl-math-round,
perl-memoize, perl-module-manifest, perl-moo-2, perl-multidimensional,
perl-musicbrainz-discid, perl-net-dns-native, perl-number-format,
perl-number-range, perl-pango, perl-path-iterator-rule, perl-pathtools,
perl-pegex, perl-pod-constants, perl-regexp-pattern,
perl-regexp-pattern-license, perl-set-intspan, perl-software-license,
perl-statistics-basic, perl-string-copyright, perl-string-escape,
perl-sub-quote, perl-super, perl-test-distmanifest, perl-test-failwarnings,
perl-test-filename, perl-test-mockmodule, perl-test-perltidy,
perl-test-requiresinternet, perl-test-roo, perl-test-runvalgrind,
perl-text-format, perl-threads, perl-time-hires, perl-time-piece,
perl-universal-require, perl-uri-escape, perl-webservice-musicbrainz,
perl-x11-protocol-other, picprog, pigx, pigx-bsseq, pigx-chipseq,
pigx-rnaseq, pigx-scrnaseq, pinentry-emacs, pioneer, pluma, plzip, pocl,
poppler-data, postgis, psm2, pure, pybind11, pyconfigure,
python-activepapers, python-aiodns, python-aiohttp, python-async-generator,
python-async-timeout, python-attrs-bootstrap, python-autograd,
python-base58, python-bigfloat, python-blessings, python-commandlines,
python-curtsies, python-debug, python-django-crispy-forms,
python-django-override-storage, python-django-tagging,
python-djangorestframework, python-dns-lexicon, python-duniterpy,
python-ecpy, python-ed25519, python-empy, python-fasteners,
python-feather-format, python-fixtures-bootstrap, python-funcy,
python-fusepy, python-future-fstrings, python-gipc, python-gitdb,
python-gitpython, python-glob2, python-google-api-client, python-gyp,
python-hidapi, python-idna-ssl, python-iso3166, python-iso639,
python-isoweek, python-josepy, python-keepkey, python-kiwisolver,
python-latexcodec, python-ledgerblue, python-libnacl, python-libusb1,
python-logwrap, python-loompy, python-m2crypto, python-mnemonic,
python-more-itertools, python-msgpack-transitional, python-multidict,
python-olefile, python-onetimepass, python-openstackdocstheme,
python-parso, python-parted, python-phonenumbers, python-plotly,
python-prometheus-client, python-proteus, python-pyarrow, python-pyaudio,
python-pyblake2, python-pybtex, python-pycares, python-pycryptodome,
python-pycurl, python-pyhamcrest, python-pyinotify, python-pylibscrypt,
python-pynamecheap, python-pyte, python-pytest-bootstrap,
python-requests-file, python-rfc3986, python-scrypt, python-semver,
python-send2trash, python-shapely, python-six-bootstrap,
python-sphinx-gallery, python-stdnum, python-subunit-bootstrap,
python-tempdir, python-testrepository-bootstrap,
python-testresources-bootstrap, python-testscenarios-bootstrap,
python-testtools-bootstrap, python-tldextract, python-tokenize-rt,
python-trezor, python-trezor-agent, python-trytond, python-trytond-country,
python-trytond-party, python-txamqp, python-typing, python-whatever,
python-whisper, python-yapf, python-yarl, python2, python2-activepapers,
python2-attrs-bootstrap, python2-autograd, python2-bigfloat,
python2-blessings, python2-carbon, python2-curtsies,
python2-django-tagging, python2-dns-lexicon, python2-ecpy, python2-ed25519,
python2-enum, python2-fasteners, python2-feather-format,
python2-fixtures-bootstrap, python2-funcsigs, python2-funcsigs-bootstrap,
python2-funcy, python2-fusepy, python2-gdrivefs, python2-gipc,
python2-gitdb, python2-gitpython, python2-glob2, python2-google-api-client,
python2-graphite-web, python2-gyp, python2-hidapi, python2-ipy,
python2-iso3166, python2-iso639, python2-isoweek, python2-josepy,
python2-keepkey, python2-kiwisolver, python2-langkit, python2-ledgerblue,
python2-libadalang, python2-m2crypto, python2-mapnik, python2-minimal,
python2-mmtk, python2-mnemonic, python2-more-itertools,
python2-oauth2client, python2-olefile, python2-openstackdocstheme,
python2-parso, python2-parted, python2-phonenumbers, python2-plotly,
python2-prometheus-client, python2-pyarrow, python2-pyaudio,
python2-pycryptodome, python2-pycurl, python2-pyhamcrest,
python2-pyinotify, python2-pynacl, python2-pynamecheap,
python2-pyopengl-accelerate, python2-pyro, python2-pyte,
python2-pytest-bootstrap, python2-quex, python2-quex,
python2-requests-file, python2-rfc3986, python2-scientific, python2-semver,
python2-send2trash, python2-shapely, python2-six-bootstrap,
python2-sphinx-gallery, python2-stdnum, python2-subunit-bootstrap,
python2-tempdir, python2-testrepository-bootstrap,
python2-testresources-bootstrap, python2-testscenarios-bootstrap,
python2-testtools-bootstrap, python2-tldextract, python2-trezor,
python2-trezor-agent, python2-txamqp, python2-typing, python2-urlgrabber,
python2-whatever, python2-whisper, python2-yapf, qbittorrent, qd, qjackrcd,
qmpbackup, qqc2-desktop-style, qtfaststart, qtoctave, qtwebglplugin,
qtwebview, quakespasm, r-abbyyr, r-abc, r-abc-data, r-abind, r-algdesign,
r-amap, r-analytics, r-argparser, r-arules, r-bayseq, r-beachmat, r-bibtex,
r-bsgenome-dmelanogaster-ucsc-dm3-masked,
r-bsgenome-dmelanogaster-ucsc-dm6, r-bsgenome-hsapiens-ucsc-hg19-masked,
r-bsgenome-mmusculus-ucsc-mm9-masked, r-callr, r-cardata, r-catdap,
r-catterplots, r-cgdsr, r-cghbase, r-cghcall, r-chipcomp, r-chippeakanno,
r-cli, r-codedepends, r-colorout, r-complexplus, r-cubature, r-debugme,
r-delayedmatrixstats, r-desolve, r-diffbind, r-diffusionmap, r-diversitree,
r-dosnow, r-dropbead, r-dtw, r-dyn, r-ellipse, r-expm, r-extradistr,
r-factoextra, r-factominer, r-feather, r-flashclust, r-fractal, r-gclus,
r-genomicinteractions, r-geometry, r-geosphere, r-ggjoy, r-ggmap, r-ggpubr,
r-ggridges, r-ggsci, r-ggseqlogo, r-ggsignif, r-gsubfn, r-haven,
r-hdf5array, r-hdf5r, r-heatmaply, r-hpar, r-ica, r-idr, r-ifultools,
r-import, r-interactionset, r-jomo, r-jpeg, r-later, r-leaps, r-learnr,
r-magic, r-mapproj, r-maps, r-maptools, r-marray, r-metap, r-mitml,
r-modelr, r-multtest, r-nbclust, r-network, r-np, r-openxlsx, r-pan,
r-parsedate, r-pastecs, r-phangorn, r-phontools, r-pillar, r-pls,
r-powerplus, r-processx, r-promises, r-prroc, r-qap, r-qdnaseq, r-quantmod,
r-radiant-data, r-rappdirs, r-rbiofabric, r-readxl, r-regioner, r-reprex,
r-reticulate, r-rgooglemaps, r-rhdf5lib, r-riboprofiling, r-riboseqr,
r-rio, r-ripseeker, r-riverplot, r-rsolnp, r-rvest, r-sapa, r-scater,
r-scatterplot3d, r-scran, r-sdmtools, r-selectr, r-seriation, r-shinyace,
r-shinydashboard, r-signal, r-singlecellexperiment, r-smoother, r-sna,
r-snowfall, r-splus2r, r-sqldf, r-squarem, r-statnet-common, r-subplex,
r-tidyverse, r-tinytex, r-trend, r-truncnorm, r-tsa, r-tseries, r-tsp,
r-ttr, r-urca, r-utf8, r-uuid, r-venndiagram, r-vim, r-webshot, r-wmtsa,
r-writexl, r-xfun, r-zip, ranger, rawtherapee, rct, rename, restic, rhash,
rk3399-cortex-m0, robocut, rtags, ruby-asciidoctor, ruby-asciimath,
ruby-bacon-bits, ruby-bond, ruby-contest, ruby-creole, ruby-czmq-ffi-gen,
ruby-cztop, ruby-data_uri, ruby-erubis, ruby-iruby, ruby-mimemagic,
ruby-mocha-on-bacon, ruby-org-ruby, ruby-rack-protection, ruby-rack-test,
ruby-rake, ruby-ruby-engine, ruby-rubypants, ruby-sporkmonger-rack-mount,
runc, rust, rust, rust, rust, rxcpp, s6-linux-init, sailfish, sala, salmon,
screen-message, scummvm, selene, shaderc, shadowsocks, silkaj, singularity,
sipcalc, sjcount, skopeo, sl, snap, snapscreenshot, sonivox-eas,
sound-juicer, spatialite-gui, spindle, spirv-headers, spirv-tools,
sqlite-with-fts5, squashfs-tools-next, src, stalin, streamlink, strongswan,
subdl, supercollider, tcalc, terraform-docs, texlive-fonts-iwona,
the-butterfly-effect, tinyscheme, tmate, trezor-agent, twinkle, twitchy,
u-boot-a20-olinuxino-lime, u-boot-a20-olinuxino-lime2,
u-boot-a20-olinuxino-micro, u-boot-am335x-boneblack,
u-boot-bananapi-m2-ultra, u-boot-cubieboard, u-boot-mx6cuboxi,
u-boot-nintendo-nes-classic-edition, u-boot-novena, u-boot-pine64-plus,
u-boot-puma-rk3399, u-boot-tools, u-boot-vexpress-ca9x4, u-boot-wandboard,
ubuntu-keyring, ucl, uefitool, umoci, uncrustify, unittest-cpp, upx,
uthash, vboot-utils, vigra-c, virtualgl, vkd3d, vkquake, vowpal-wabbit,
vsftpd, vulkan-headers, vulkan-icd-loader, vulkan-loader, wesnoth-server,
whysynth, wine-staging, wine-staging-patchset-data, wine64-staging,
workrave, wpa-supplicant-gui, xapers, xfburn, xmlsec-nss, xonotic,
xorgproto, xsimd, xss-lock, xtensor, xtl, xxhash, yamagi-quake2,
youtube-viewer, yubico-piv-tool, zyre

*** 2231 package updates

0ad-***@0.0.23-alpha, ***@0.0.23-alpha, ***@2.9.1, ***@20180629,
adwaita-icon-***@3.26.1, ***@3.22.5, ***@5.2.2.0,
***@2.21.999, alsa-***@1.1.6, alsa-***@1.1.6, alsa-***@1.1.6,
american-fuzzy-***@2.52b, android-udev-***@20180112, ***@2.4.2.0,
***@1.10.1, appstream-***@0.7.5, ***@5.7.8, ***@2.12.0,
***@0.8.9, ***@20171227, ***@1.34.0,
arm-none-eabi-***@6.4.0, arpack-ng-***@3.5.0, arpack-***@3.3.0,
arpack-***@3.5.0, ***@8.6.10, aspell-dict-***@2017.08.24-0,
***@0.11, ***@3.1, ***@2.44, at-spi2-***@2.26.1,
at-spi2-***@2.26.2, ***@2.28.1, ***@5.42.0, ***@2.2.2,
***@1.10.1, autoconf-***@2018.03.13, ***@2.64, ***@2.68,
***@2.69, ***@22.5.1, ***@1.16.1, ***@1.4f, ***@0.7,
avr-***@2.30, avr-***@5.5.0, avr-***@5.5.0, ***@1.14.41,
***@0.1.50, ***@5.42.0, ***@0.6, ***@2.5.1, ***@3.28.0,
bash-***@2.8, bash-***@4.4.19, bash-***@4.4.19, ***@4.4.19,
***@1.8, ***@2.4.33, ***@2.27.1, ***@1.4.6, ***@1.2.6,
***@4.3b, ***@9.12.1-P2, binutils-static-stripped-***@2.30,
***@2.30, ***@0.19.1, ***@0.3.4, ***@2.79b, ***@1.1,
***@2.0, bluez-***@5.42.0, ***@5.49, ***@1.66.0, ***@1.1.6,
breeze-***@5.42.0, ***@0.9.5, btrfs-progs-***@4.15.1,
btrfs-***@4.15.1, ***@2.87, c-***@1.14.0, c-***@2.6.0,
c-***@0.2.2, ***@4.3.0, ***@3.17.0,
cataclysm-***@0.C-1.ad3b0c3, ***@1.6.8, ***@3.4.2, ***@1.4.29,
***@1.11.5, cdogs-***@0.6.7, ***@12.2.5, ceres-***@1.14.0,
***@0.25.1, ***@0.12.0, ***@2.7, ***@3.28.0,
chez-***@9.5, ***@4.13.0, ***@1.4.3, cifs-***@6.8,
cl-bordeaux-***@0.8.5-1.354abb0, cl-flexi-***@1.0.16,
cl-***@18.05, clang-***@3.8.1, clang-***@3.9.1,
clang-***@6.0.0, ***@6.0.0, claws-***@3.16.0, ***@1.76,
***@1.9.0, ***@4.13.2, clutter-***@3.0.26, ***@3.11.0,
***@0.28.3, ***@0.32, ***@2017.09.19, ***@1.0.18,
***@1.10.8, ***@1.36, cool-retro-***@1.0.1-1.dd799cf,
coq-***@8.8.0, coq-***@2.6.1, coq-***@1.3.2, coq-***@1.7.0,
***@8.8.0, coreutils-***@8.29, ***@8.29, ***@1.84,
***@1.14.0, ***@20180519, ***@4.17.3, crawl-***@0.21.0,
***@0.21.0, ***@3.7, crypto++@6.0.0, ***@0.0.1-16.238f856,
cups-***@1.20.1, cups-***@2.2.6, ***@2.2.6, ***@7.59.0,
***@7.60.0, ***@1.16, ***@2.12.5, ***@2.4.4, ***@0.5.10.2,
***@1.3, ***@0.3.10, ***@1.12.6, ***@1.23, ***@5.1.1,
***@3.1.1, ***@4.46, ***@1.3-20171209, ***@0.9.22, ***@2.5,
***@96, ***@1.8.1, ***@0.0-3.f25fadde2, ***@1.4.0,
***@0.5.3, ***@4.8, ***@3.1, ***@2.79, docbook-***@4.2,
docbook-***@4.3, docbook-***@4.4, docbook-***@4.5, ***@0.6.3,
***@2.3.1, ***@2018.76, ***@0.9.0, ***@1.1.1, ***@1.4.6,
***@1.7.2, ***@1.3.2, ***@0.7.17, ***@3.0.4,
ecl-bordeaux-***@0.8.5-1.354abb0, ecl-flexi-***@1.0.16,
ecl-***@18.05, ***@0.6.0, ***@1.0.7, ***@16, ***@35,
***@1.20.7, eid-***@4.4.3, ***@3.3.4, ***@3.0.5, ***@0.172,
***@1.5.3, emacs-ahungry-***@1.10.0, emacs-***@12.1.0,
emacs-bash-***@2.1.0, emacs-browse-at-***@0.10.0,
emacs-***@0.15.1, emacs-clojure-***@5.6.1, emacs-***@0.9.6,
emacs-d-***@2.0.9, emacs-***@2.14.1, emacs-***@0.15,
emacs-***@0.5.1, emacs-***@3.0.0, emacs-emms-player-***@5.0,
emacs-***@5.0, emacs-es-***@4.3.0, emacs-evil-***@2.2.6,
emacs-***@1.2.13-1.230b872, emacs-exwm-***@1.8.1, emacs-***@0.18,
emacs-***@31, emacs-graphviz-dot-***@0.3.11-1.c456a2b,
emacs-***@0.4.1.1, emacs-helm-***@0.1.0-1.feae8df,
emacs-helm-***@1.7.4, emacs-***@2.9.6, emacs-***@1.53,
emacs-***@0.10.0, emacs-***@0.26.0-0.c2a358a, emacs-magit-***@2.12.3,
emacs-***@26.1, emacs-***@0.8.0-1.1aadb78, emacs-mmm-***@0.5.5,
emacs-no-x-***@26.1, emacs-no-***@26.1, emacs-org-***@20180507,
emacs-org-***@0.8.0, emacs-***@0.3.0, emacs-***@1.11.0,
emacs-sr-***@20161025-0.77a83fb, emacs-***@20180212-1.833435f,
emacs-***@0.12.1, emacs-use-***@2.3-1.da8c9e2,
emacs-***@1.5-0.0dd5691, emacs-web-***@16, emacs-with-***@2.7.3,
emacs-***@0.14, ***@26.1, ***@48.0, ***@1.19, ***@1.9.5,
***@0.22.3, eog-***@3.26.2, ***@0.9.15, ***@3.28.3.1,
***@20.2.3, ***@1.6.20, ***@4.16, eudev-with-***@3.2.5,
***@3.2.5, ***@3.28.2, evolution-data-***@3.28.1, ***@2.3.0.4,
exfat-***@1.2.8, ***@4.90.1, ***@2.2.5, ***@5.45.4,
extra-cmake-***@5.42.0, ***@0.7.5, ***@0.8.5,
f2fs-***@1.10.0, ***@1.14.0, ***@2.1.0, fcitx-***@0.4.10,
***@4.2.9.6, ***@2.27, ***@3.4.2, ***@4.0.1, fftw-***@3.3.7,
***@3.3.7, ***@3.3.7, ***@5.32, ***@3.31.0, ***@3.7, ***@2.7.1,
***@0.8.5, ***@1.0, ***@2.6.4, ***@1.1.11, ***@4.1.0,
font-***@98.1.20180605, font-gnu-***@11.0.01, font-***@3.002,
***@2.13.0, ***@20171202, foomatic-***@4.0.17,
***@0.1-2.ca43d53, fortify-***@0.9, ***@2.5, ***@4.17.3,
***@1.6.2, ***@2.9, ***@1.0.5, ***@1.0.2,
fuse-***@1.2.8, ***@2.6.8, ***@1.0.3, ***@2.00, gambit-***@4.8.9,
***@1.5.4-1.12f7d6b04, ***@4.2.1, gcc-objc++@5.5.0, gcc-objc++@6.4.0,
gcc-objc++@7.3.0, gcc-***@4.9.4, gcc-***@5.5.0, gcc-***@6.4.0,
gcc-***@7.3.0, gcc-stripped-***@5.5.0, gcc-***@7.3.0,
gcc-***@8.1.0, gcc-***@5.5.0, ***@4.9.4, ***@5.5.0, ***@6.4.0,
***@7.3.0, ***@8.1.0, ***@0.52, gcompris-***@0.91, gdb-arm-none-***@8.1,
***@8.1, ***@1.14.1, gdk-pixbuf+***@2.36.12, gdk-***@2.36.12,
***@3.26.2.1, ***@3.28.1, ***@1.4, ***@0.4.2, ***@0.9.13,
***@0.10, ***@2.4.8, ***@0.31, ***@3.6.2, ***@2.6.2,
***@5.6, ***@0.10.8, ***@2.2.1, ***@7.3.0,
ghc-***@4.3, ghc-aeson-***@0.8.5, ghc-***@1.1.2.0,
ghc-***@1.2.4.0, ghc-***@0.13.2.2, ghc-***@0.18,
ghc-base-***@0.9.3, ghc-***@5.5.2, ghc-blaze-***@0.9.0.1,
ghc-blaze-***@0.8.2.0, ghc-bytestring-***@0.10.8.1.0,
ghc-bytestring-***@0.1.0.6, ghc-case-***@1.2.0.7,
ghc-***@0.5.3.0, ghc-***@3001.3.0.2, ghc-***@1.3.1.3,
ghc-***@0.1.1, ghc-chell-***@0.2.5.1, ghc-***@0.7.2,
ghc-***@0.5.6, ghc-***@0.10.18, ghc-***@5,
ghc-conduit-***@1.1.14, ghc-***@0.2.6, ghc-***@1.4,
ghc-***@0.4.3, ghc-***@0.25, ghc-css-***@0.1.3.0,
ghc-data-default-***@0.1.2.0, ghc-data-default-instances-***@0.1.0.1,
ghc-data-***@0.7.1.1, ghc-deepseq-***@0.2.0.0, ghc-***@0.3.4,
ghc-***@0.5.3, ghc-***@0.8.0.4, ghc-***@0.11.0,
ghc-***@0.12.0, ghc-***@0.13.0, ghc-enclosed-***@1.0.2,
ghc-***@0.8.3, ghc-executable-***@0.0.3.1, ghc-***@1.6.3,
ghc-fast-***@2.4.11, ghc-fgl-***@0.2.0.3, ghc-***@0.1.3.0,
ghc-***@1.3.5, ghc-***@4.12.4, ghc-generic-***@1.11.1,
ghc-***@0.9.1, ghc-***@2.0.0.2, ghc-***@2.7.0.10,
ghc-haddock-***@2.17.4, ghc-haddock-***@1.4.3, ghc-***@2.17.4,
ghc-***@0.2.2.3, ghc-***@1.2.6.1, ghc-haskell-src-***@1.20.1,
ghc-haskell-src-***@0.8.0.2, ghc-hmatrix-gsl-***@0.4.1.7,
ghc-hmatrix-***@0.18.0.1, ghc-hmatrix-***@0.4.0.1,
ghc-***@0.18.1.0, ghc-***@0.2.10, ghc-hs-***@6.2.0.1,
ghc-***@0.9.5, ghc-hspec-***@2.2.4, ghc-hspec-***@2.2.1,
ghc-***@2.2.4, ghc-http-client-***@0.3.5.1, ghc-http-***@0.5.7.1,
ghc-http-***@2.2.4, ghc-http-***@0.11, ghc-***@4000.3.3,
ghc-***@1.3.1.2, ghc-***@1.7.1, ghc-***@3.2.9.3,
ghc-kan-***@5.0.1, ghc-***@4.15.4, ghc-lifted-***@0.2.3.8,
ghc-logging-***@0.1.1, ghc-***@0.14.16, ghc-mime-***@0.1.0.7,
ghc-***@1.0.6, ghc-***@0.3.3, ghc-monad-***@1.0.1.0,
ghc-***@1.1.1, ghc-network-***@2.6.1.0, ghc-***@2.6.3.1,
ghc-***@1.1.0.1, ghc-***@3.0.1.0, ghc-***@3.2.7.0,
ghc-optparse-***@0.13.0.0, ghc-pandoc-***@0.12.2.5,
ghc-pandoc-***@0.12.2.5, ghc-pandoc-***@1.17.0.5,
ghc-pandoc-***@1.17.3.1, ghc-***@1.19.2.4, ghc-***@2.0.6,
ghc-***@3.2.1.0, ghc-***@3.1.11, ghc-***@0.12.4,
ghc-pcre-***@0.4.0.4, ghc-***@1.12, ghc-prelude-***@0.4.0.3,
ghc-***@0.6.3.0, ghc-***@5.2.2, ghc-***@0.2.6.0,
ghc-quickcheck-***@0.3.16.1, ghc-quickcheck-***@0.2.0,
ghc-quickcheck-***@1.0.1.0, ghc-***@2.10.1,
ghc-***@2.11.3, ghc-***@2.9.2, ghc-***@3.12.2,
ghc-***@2.1.2, ghc-***@1.1.7.5, ghc-***@0.3.5.2,
ghc-sdl-***@0.6.1.2, ghc-sdl-***@0.6.2.0, ghc-***@5.1,
ghc-***@5.2.2, ghc-***@1.7.0.1, ghc-***@0.5.5,
ghc-***@0.2.3.1, ghc-***@1.1.0.4, ghc-***@2.4.5.0,
ghc-streaming-***@0.1.16, ghc-system-***@0.4.14, ghc-***@0.8.5,
ghc-***@0.14.3, ghc-tasty-***@2.3.1.1, ghc-tasty-***@1.1.8,
ghc-tasty-***@0.8.1, ghc-***@0.11.0.4, ghc-***@1.2.0.4,
ghc-test-framework-***@0.3.0.2, ghc-test-framework-***@0.3.0.4,
ghc-***@0.10.1.1, ghc-***@0.9.4.4, ghc-***@1.2.2.2,
ghc-th-expand-***@0.4.0.0, ghc-th-***@0.7.8, ghc-th-***@0.13.2,
ghc-th-reify-***@0.1.6, ghc-transformers-***@0.5.1.4,
ghc-***@1.7.1.1, ghc-unix-***@0.4.2.0, ghc-unix-***@0.3.7,
ghc-unordered-***@0.2.7.1, ghc-***@0.3.0.6,
ghc-vector-binary-***@0.2.4, ghc-***@0.12.0.1,
ghc-wai-***@3.0.18, ghc-wai-***@2.3.0, ghc-***@0.1.3,
ghc-x509-***@1.6.2, ghc-x509-***@1.6.4, ghc-x509-***@1.6.5,
ghc-***@1.6.4, ghc-xml-***@1.7.1.2, ghc-xss-***@0.3.5.7,
ghc-***@0.8.28, ghc-***@0.8.28, ghc-zip-***@0.3.0.5,
ghc-***@0.6.1.1, ***@8.0.2, ghostscript-with-***@9.23,
ghostscript-with-***@9.23, ***@9.23, giac-***@1.4.9-59, ***@2.10.2,
***@0.2.8, git-***@1.2.7, git-remote-***@1.0.3, ***@2.18.0,
***@3.6.7, ***@2.3.10, ***@1.4.0, ***@2.56.0,
glibc-***@2.27, glibc-utf8-***@2.27, ***@2.24, ***@2.25,
***@2.26.105-g0890d5379c, ***@2.27, ***@2.54.1, ***@6.6.2,
***@4.65, ***@3.10.12, ***@3.2.0, gmp-***@7.0.4, ***@6.1.2,
***@1.3.11, gnome-***@0.2.3, gnome-***@3.26.3,
gnome-***@3.26.1, gnome-disk-***@3.28.3, gnome-***@3.22.3,
gnome-***@0.14, gnome-online-***@3.26.2, gnome-***@3.28.0,
gnome-***@3.28.2, gnome-tweak-***@3.26.4, gnu-pw-***@2.3.2,
gnu-***@2018-02-18, ***@0.6, ***@3.0, ***@2.2.8,
***@5.2.2, ***@7.60.0, gnutls-***@3.5.18, ***@3.5.18,
go-github-com-audriusbutkevicius-***@0.0.0-2.9dca34a,
go-github-com-chmduquesne-rollinghash-***@0.0.0-2.abb8cba,
go-github-com-gogo-***@0.5-2.160de10,
go-github-com-golang-groupcache-***@0.0.0-1.84a468c,
go-github-com-kardianos-***@0.0.0-1.ae77be6,
go-github-com-lib-***@0.0.0-1.83612a5,
go-github-com-minio-sha256-***@0.0.0-1.ad98a36,
go-github-com-oschwald-geoip2-***@1.1.0,
go-github-com-oschwald-maxminddb-***@1.2.0-0.26fe5ac,
go-github-com-pkg-***@0.0.0-1.e881fd5,
go-github-com-rcrowley-go-***@0.0.0-1.e181e09,
go-github-com-sasha-s-go-***@0.1.0-1.03d40e5,
go-github-com-syndtr-***@0.0.0-2.34011bf,
go-github-com-thejerf-***@2.0.1-0.87e298c,
go-golang-org-x-crypto-***@0.0.0-1.95a4943,
go-golang-org-x-crypto-***@0.0.0-1.95a4943,
go-golang-org-x-crypto-***@0.0.0-1.95a4943,
go-golang-org-x-crypto-***@0.0.0-1.95a4943,
go-golang-org-x-crypto-***@0.0.0-1.95a4943,
go-golang-org-x-crypto-***@0.0.0-1.95a4943,
go-golang-org-x-crypto-***@0.0.0-1.95a4943,
go-golang-org-x-crypto-***@0.0.0-1.95a4943,
go-golang-org-x-net-***@0.0.0-1.d866cfc,
go-golang-org-x-net-***@0.0.0-1.d866cfc,
go-golang-org-x-net-internal-***@0.0.0-1.d866cfc,
go-golang-org-x-net-***@0.0.0-1.d866cfc,
go-golang-org-x-net-***@0.0.0-1.d866cfc,
go-golang-org-x-net-***@0.0.0-1.d866cfc,
go-golang-org-x-sys-***@0.0.0-1.8380141,
go-golang-org-x-text-***@0.0.0-1.e19ae14,
go-golang-org-x-text-unicode-***@0.0.0-1.e19ae14,
go-golang-org-x-time-***@0.0.0-1.6dc1736, ***@1.10.3, ***@1.9.7,
gobject-***@1.56.0, ***@3.0.4, ***@0.31.0, ***@3.1,
***@1.11.1, ***@2.5.17, ***@1.5.4, ***@1.3.29,
***@1.3.11, ***@3.1, ***@2.5, ***@1.0.18, gst-***@1.14.1,
gst-plugins-***@1.14.1, gst-plugins-***@1.14.1, gst-plugins-***@1.14.1,
gst-plugins-***@1.14.1, ***@1.14.1, gtk+@3.22.29, gtk-***@1.27,
gtk-***@0.7.1, ***@3.22.2, ***@3.24.7, ***@3.0.9,
guile-***@0.3, guile-***@0.0-6.36f93c1, guile-***@0.2.0,
guile-***@1.0.1, guile-***@0.2.6, guile-***@2.2.3, guile-***@0.1.0,
guile-static-stripped-***@2.2.3, guile-static-***@2.2.3,
guile-syntax-***@0.1, guile-***@1.0-1.f3c7b3b,
guile-***@1.3-1.db7d5a3, guile2.0-***@0.0-6.36f93c1,
guile2.0-***@3.5.18, guile2.0-***@0.14.0-13.7af5c2a,
guile2.0-***@0.2.2, guile2.0-***@1.0.1, guile2.0-***@0.2.6,
guile2.2-***@3.5.18, guile2.2-***@0.2.2, guile2.2-***@1.0.1,
guile2.2-***@0.2.6, ***@2.2.4, guitarix-***@0.37.1, ***@0.37.1,
***@0.14.0-13.7af5c2a, ***@4.20.0, ***@0.1.1,
gx-saturator-***@0-3.605330f43, gx-slow-gear-***@0-3.5d37e775b,
gx-vbass-preamp-***@0-2.eb999b0ca, ***@1.9, ***@1.7.6, ***@1.4.1,
***@0.2.2, ***@1.9.2, ***@9.55, ***@7.5.0, ***@1.47.6,
***@2.14.1, ***@10.7, ***@3.42, ***@2.1.1, ***@3.18.6,
***@1.24.1, hspec-***@2.2.4, ***@2.2.0, ***@1.8,
http-***@2.8.1, ***@2.4.33, ***@0.3, ***@1.6.2, ***@1.11.10,
***@2.0.1, ***@1.0.0-beta1, i3-***@4.15, ***@2.12,
ibus-***@1.10.0, ***@1.0.8, ***@52.6.0-gnu1, ***@3.7.0,
***@61.1, ***@1.8, ***@9.23, ***@2.2.1, ***@6.9.10-3,
***@1.5.1, infamous-***@0.2.04, info-***@6.5, ***@4.1,
***@0.92.3, inotify-***@3.20.1, intel-gpu-***@1.22,
***@4.17.0, ***@1.6.2, ***@1.1.1, isc-***@4.4.1, ***@0.18,
iso-***@3.77, ***@10.2, ***@4.14, ***@0.13.0, ***@1.9.12,
***@2.10, java-aqute-bnd-***@3.5.0, java-aqute-***@3.5.0,
java-aqute-***@3.5.0, java-***@6.0, java-classpathx-***@3.0.1,
java-commons-***@1.4, java-eclipse-jetty-***@9.4.6,
java-eclipse-jetty-***@9.4.6, java-eclipse-jetty-***@9.4.6,
java-fasterxml-jackson-***@2.9.4,
java-fasterxml-jackson-***@2.9.4, java-fasterxml-jackson-***@2.9.4,
java-fasterxml-jackson-dataformat-***@2.9.4,
java-fasterxml-jackson-dataformat-***@2.9.4,
java-fasterxml-jackson-modules-base-***@2.9.4, java-***@2.10.1,
java-***@2.14.3, java-***@2.0.6, java-***@0.4.3,
java-***@0.1.0-2.094e819, java-***@2.10.3, java-***@2.0-M2,
java-***@1.1.7, java-***@4.0.8, java-***@6.14.3,
java-***@8.5.28, ***@0.14, ***@4.6, ***@1.4.5, json-***@0.13.1,
json-***@1.4.2, ***@1.8.4, kactivities-***@5.42.0,
***@5.42.0, ***@1.6.2, ***@2018.04.13, ***@5.42.0,
***@5.42.0, ***@5.42.0, ***@5.42.0, ***@5.42.0,
***@5.42.0, ***@5.42.0, ***@5.42.0, ***@5.42.0,
***@5.42.0, ***@5.42.0, ***@5.42.0,
kde-***@5.42.0, ***@5.42.0, ***@5.42.0,
***@5.42.0, ***@5.42.0, ***@5.42.0,
***@5.42.0, ***@5.42.0, ***@5.42.0, ***@2.3.3,
***@5.42.0, ***@1.5.10, ***@5.42.0,
***@5.42.0, ***@5.42.0, ***@0.9.9, ***@5.42.0,
***@5.42.0, ***@5.42.0, ***@5.42.0, ***@5.42.0,
***@5.42.0, ***@5.42.0, ***@5.42.0, ***@5.42.0,
***@5.42.0, ***@5.42.0, ***@5.42.0, ***@5.42.0,
***@25, ***@5.42.0, ***@2.6.7, ***@5.42.0,
***@5.42.0, ***@18.0_alpha-8.ec16dbc, ***@5.42.0,
***@5.42.0, ***@5.42.0, ***@5.42.0, ***@3.3.0,
***@5.42.0, ***@5.42.0, ***@5.42.0, ***@5.42.0,
***@5.42.0, ***@5.42.0, ***@5.42.0,
***@5.42.0, ***@5.42.0, ***@5.42.0,
***@5.42.1, ***@5.42.0, ***@5.42.0,
***@5.42.0, ***@3.7.1, ***@0.0.0-3.f951919, ***@2.9,
***@1.13, ***@1.4.0, ***@1.7.0, ***@18.02, ***@530,
***@0.25.1, ***@0.1.2, ***@3.3.2, ***@2.5.1,
libatomic-***@7.6.4, ***@1.0.2, ***@0.8.7, libcap-***@0.7.9,
libcdio-***@10.2+0.94+2, ***@2.0.0, ***@1.7.2, ***@2.2.0,
***@0.0.6, ***@2.4.91, ***@1.3.2, ***@1.4.2,
***@6.0.0, ***@6.0.0, libe-***@0.1.3, ***@1.3.6,
***@20180525-3.1, ***@1.5.0, ***@0.1.8, ***@2.1.8,
***@2.1, ***@0.12.3, libfm-***@1.3.0.2, ***@1.3.0.2,
***@1.4, libgc-back-***@7.6.4, ***@7.6.4, ***@1.8.2,
***@0.20.1, ***@0.26.4, libgpg-***@1.28, libgpg-***@1.31,
***@2.5.18, ***@1.14.42, ***@5.5.0, ***@3.0.3,
***@1.34, libinput-***@1.10.3, ***@1.10.3, libjpeg-***@1.5.3,
***@17.12.3, ***@5.11.5, ***@0.29,
***@1.4.9, ***@1.16.0, ***@1.0.0, ***@0.9.59,
***@2.14, ***@0.1.4, ***@1.1.15, ***@1.7,
***@1.1.0, ***@28, ***@1.3.3, ***@1.0.1, ***@0.9.16,
***@0.0.4, ***@0.14, ***@2.2.0, ***@1.5.0,
***@1.6.34, ***@0.20.1, ***@1.20.0, ***@0.19.0,
***@6.0.5.1, ***@0.92.7, ***@2.7.4, ***@2.40.20,
***@2.3.3, ***@0.18.6, ***@2.7, ***@2.7,
***@2.7, libsignal-protocol-***@2.3.2, ***@0.5.1,
***@2.12, ***@1.0.16, ***@2.62.2, ***@2.2.0,
***@0.7.5-0.239d0f7, ***@0.0.6, libstdc++-***@5.5.0,
***@0.9.2, ***@3.22, ***@4.13, ***@4.0.9,
***@1.0.3, libtorrent-***@1.1.7, ***@20180701,
***@0.9.9, ***@1.6.24, ***@0.10.1, ***@1.0.22,
***@1.19.2, ***@2.1.0, ***@4.3.0, ***@1.3.6, ***@1.7.0,
***@0.30, ***@1.0.0, ***@20180219-2245, ***@1.6.3,
***@1.13, ***@1.1.15, ***@2.0.3, ***@0.8.0,
***@2.9.8, ***@1.3, ***@1.1.32, ***@0.1.7,
***@0.4.37, ***@1.1, ***@1.24.0, ***@2.19.80,
***@9.4.0, ***@2.16, ***@0.99.31,
linux-libre-arm-***@4.14.52, linux-libre-arm-***@4.17.3,
linux-libre-arm-***@4.14.52, linux-libre-arm-***@4.17.3,
linux-libre-***@4.14.26, linux-***@4.1.52, linux-***@4.14.52,
linux-***@4.17.3, linux-***@4.4.138, linux-***@4.9.110,
livemedia-***@2017.10.28, llvm-with-***@6.0.0, ***@6.0.0, ***@0.9.22,
***@1.1.3, ***@6.3, ***@0.9.306, ***@11.1, ***@5.5.2.5,
***@0.6.1, ***@2.2.2, lua-***@0.9.2, lua5.1-***@3.0-rc1, ***@5.2.4,
***@5.3.4, ***@2.1.0-beta3, lvm2-***@2.02.177, ***@2.02.177,
***@3.0.1, lxqt-build-***@0.5.0, ***@0.3.1, ***@2.8.9dev.19,
***@1.8.1.2, ***@1.20, ***@1.20, ***@2.10, ***@1.04,
***@1.7.0, ***@7.394, magit-***@2.2.0, ***@2.13.0, ***@5.5.2,
man-***@2.8.3, man-***@4.16, ***@10.1.33, ***@2.0, ***@1.0.5,
mate-***@3.22.16, mbedtls-***@2.7.4, ***@4.8.20, ***@1.1.1,
***@1.1.1, ***@1.3.1, ***@1.5.8, ***@0.16, mesa-***@17.3.8,
mesa-***@8.4.0, ***@17.3.8, mescc-***@0.5.1, ***@0.45.1,
***@20180408, ***@0.6.3, ***@2.4.6, ***@1.02.00, mingw-***@5.0.3,
***@2.1, ***@2.11, mit-***@1.16, ***@0.4.2, ***@1.1.3,
***@1.1, ***@1.3.0, mod-***@0.10.6-3.1726ad06b,
mod-***@0-2.80ea3ea9f, modemmanager-***@5.42.0, ***@0.62,
***@24.2.0, ***@38.2.1.rc0, ***@1.1.0, mpd-***@0.30, ***@0.20.20,
***@1.5.3, ***@4.0.1, ***@0.5, ***@1.25.10, mps-***@0.2.8,
***@0.28.2, ***@1.0, ***@1.0.3, multipath-***@0.7.6, ***@1.5,
mumps-metis-***@5.1.2, mumps-***@5.1.2, mumps-***@5.1.2,
***@5.1.2, ***@1.13.0, ***@2.3, ***@1.1.19, ***@1.10.0,
***@1.20171231, ***@5.7.21, ***@4.3.4, ***@2.9.8, ***@2.13.03,
***@3.26.2, ***@1.20, ***@1.13, ***@3.2.6, ***@0.8.2,
ncurses-with-***@6.1, ***@6.1, ***@5.0.0, ***@20180323,
neovim-***@3.9.0, nestopia-***@1.48, ***@3.4,
networkmanager-***@5.42.0, ***@2.12, ***@2.12, ***@0.52.20,
***@0.8.1, nginx-***@2018-04-04-2131-dbaf3950f8e9,
***@1.14.0, ***@28, ***@2.81, ***@0.17.2, ***@1.8.2, ***@2.0.4,
***@7.70, ***@1.7, ***@9.11.1, non-***@1.9.5-4.5ae43bb,
non-***@1.9.5-4.5ae43bb, non-session-***@1.9.5-4.5ae43bb,
non-***@1.9.5-4.5ae43bb, ***@0.27, ***@4.19, nss-***@3.36.1,
nss-***@0.14.1, nss-pam-***@0.9.9, ***@3.36.1, ***@1.3.1000,
***@4.2.8p11, ***@0.83.3, ***@2.0.4, ***@20.0, ***@20.1.3,
ocaml-***@2.1.1, ocaml-***@1.7.3, ocaml-***@1.0+beta16,
ocaml-***@2.8, ocaml-***@0.5.5, ocaml-***@2.0.2, ocaml-***@1.6,
ocaml4.01-***@1.7.3, ocaml4.01-***@2.8, ***@4.4.0,
***@7.2.1, ***@1.10.11, ***@0.10.6, ***@1.18.2,
***@0.2.20, ***@2.2.1, ***@1.7.19, ***@2.3.0,
***@2.4.46, ***@0.5.5, openmpi-thread-***@3.0.1,
***@3.0.1, ***@0.43.0, ***@0.2.0, ***@6.0.3p1,
***@0.5.3, ***@7.7p1, ***@1.0.2o, ***@1.1.0h,
***@2.4.6, ***@2.8.1, ***@0.7.7, ***@0.10,
***@0.13.4, oxygen-***@5.42.0, p11-***@0.23.12, ***@1.1.10,
pam-***@4.8, ***@1.42.0, ***@1.5, ***@0.8.0,
***@20180622, pari-***@2.9.4, password-***@1.7.2, ***@2.7.6,
***@1.1.13, ***@3.5.6, ***@1.3.0, ***@10.31, ***@8.41,
pcsc-***@1.8.23, ***@2.1.1, ***@2.33, ***@4.17.3,
perl-archive-***@1.60, perl-b-hooks-***@0.24,
perl-business-***@3.004, perl-capture-***@0.48,
perl-catalyst-plugin-static-***@0.36, perl-catalyst-***@5.90118,
perl-catalystx-script-server-***@0.03, perl-***@4.38,
perl-class-***@0.51, perl-class-***@1.32,
perl-class-load-***@0.10, perl-class-***@0.24, perl-***@0.39,
perl-compress-raw-***@2.081, perl-compress-raw-***@2.081,
perl-config-***@0.315, perl-context-***@0.03,
perl-crypt-openssl-***@0.09, perl-crypt-openssl-***@0.13,
perl-crypt-openssl-***@0.30, perl-data-***@1.23, perl-data-***@0.110,
perl-date-***@6.70, perl-datetime-format-***@1.75,
perl-datetime-***@1.17, perl-datetime-***@2.19, perl-***@1.49,
perl-db-***@1.841, perl-dbd-***@3.7.4, perl-***@1.641,
perl-dbix-class-schema-***@0.07049, perl-dbix-***@0.082841,
perl-devel-***@0.14, perl-devel-***@0.005,
perl-email-***@1.909, perl-***@0.17025, perl-exception-***@1.44,
perl-extutils-***@0.011, perl-file-***@0.08,
perl-file-find-***@0.34, perl-file-***@1.016,
perl-file-sharedir-***@0.13, perl-***@2.68,
perl-getopt-long-***@0.102, perl-hash-***@0.16,
perl-html-***@0.17, perl-http-***@6.15,
perl-http-server-***@0.52, perl-image-***@11.01,
perl-import-***@1.002005, perl-***@0.025, perl-io-***@2.081,
perl-io-socket-***@0.39, perl-io-***@2.111, perl-io-***@1.12,
perl-json-***@1.003010, perl-libintl-***@1.29,
perl-lingua-en-inflect-***@0.20, perl-lingua-en-***@1.903,
perl-lingua-pt-***@0.02, perl-lingua-stem-***@0.04,
perl-list-moreutils-***@0.428, perl-list-***@0.428,
perl-log-any-adapter-***@0.09, perl-lwp-protocol-***@6.07,
perl-***@2.20, perl-memoize-***@0.56, perl-mime-***@2.17,
perl-module-***@0.13, perl-module-***@1.19, perl-***@7.59,
perl-moosex-***@0.71, perl-moosex-***@0.31,
perl-moox-file-***@0.007, perl-mozilla-***@20180117,
perl-net-***@1.15, perl-net-***@6.18, perl-net-smtp-***@1.04,
perl-net-***@1.85, perl-params-***@0.27,
perl-parse-***@1.21, perl-path-***@0.37, perl-path-***@0.104,
perl-pod-***@3.35, perl-posix-strftime-***@0.42,
perl-ref-util-***@0.117, perl-role-***@2.000006, perl-safe-***@1.000010,
perl-scalar-list-***@1.50, perl-scope-***@0.21, perl-sql-***@1.85,
perl-***@2.000004, perl-string-toidentifier-***@0.12,
perl-task-***@1.06, perl-test-***@0.89, perl-test-***@0.64,
perl-test-***@3.41, perl-test-***@0.15, perl-test-***@0.35,
perl-test-***@2.02, perl-test-***@1.031, perl-test-***@1.52,
perl-test-***@0.10, perl-test-***@1.302136,
perl-test-***@0.0301, perl-test-***@0.3.3,
perl-test-without-***@0.20, perl-test-www-mechanize-***@0.38,
perl-test-www-***@1.50, perl-test-***@1.06, perl-text-***@2.03,
perl-text-***@0.85, perl-text-***@1.45, perl-text-***@0.11,
perl-text-***@2.04, perl-***@0.200013,
perl-type-***@1.002002, perl-***@1.73, perl-variable-***@0.62,
perl-www-***@1.88, perl-x11-***@0.17, perl-xml-compile-***@1.06,
perl-xml-compile-***@3.24, perl-xml-compile-***@0.91,
perl-xml-compile-***@3.07, perl-xml-libxml-***@0.99,
perl-xml-***@1.96, perl-xml-***@1.60, perl-xml-sax-***@1.09,
perl-xml-***@1.00, perl-xml-***@2.25, perl-xml-***@1.42,
perl-yaml-***@0.69, perl-***@1.24, ***@5.26.1, ***@20180220,
***@4.10.1, ***@7.2.4, ***@2.4, pinentry-***@1.1.0,
pinentry-***@1.1.0, pinentry-***@1.1.0, pinentry-***@1.1.0, ***@1.1.0,
***@15.5, ***@2.2.6, plasma-***@5.42.0, ***@0.53,
***@2.7, ***@5.7.1, poppler-***@0.63.0, poppler-***@0.63.0,
***@0.63.0, ***@10.3, ***@9.6.8, ***@5.42.0,
***@3.3.15, ***@0.14, ***@0.10.2, ***@3.5.1,
pt-***@6.0.5a, pt-***@6.0.5a, ***@1.9, ***@11.1,
***@1.4.0, ***@0.9.3, ***@2.08, ***@0.6.3.2,
python-***@0.25.1, python-***@0.9.6, python-***@3.20.1-r1,
python-***@17.4.0, python-***@1.3.5, python-***@0.1.39,
python-***@1.4.0, python-***@3.1.4, python-***@0.8.1,
python-***@1.8.43, python-***@1.11.4, python-***@1.1.2,
python-click-***@0.3.2, python-click-***@0.4.4,
python-***@0.3.9, python-***@3.0.0, python-***@4.4.1,
python-cryptography-***@2.2.2, python-***@2.2.2,
python-***@1.0.2, python-***@2.6.1, python-***@1.1.3,
python-***@1.19.0, python-***@4.2.1,
python-***@0.5.0, python-django-***@1.1.0,
python-django-***@1.4.2, python-***@1.11.11,
python-***@0.18.6, python-***@6.1.1,
python-***@0.2.3, python-***@1.0.0, python-***@5.32,
python-***@3.0.0, python-flake8-***@1.0.2, python-***@2.5.5,
python-***@3.4.1, python-flask-***@0.11.2, python-flask-***@2.0.6,
python-***@0.3.10, python-***@1.2.2, python-git-***@1.26.0,
python-***@0.4.3, python-***@0.8.3, python-***@1.14.1,
python-***@1.0.0, python-html5-***@0.4.5, python-***@1.0.1,
python-***@0.1.12, python-***@3.52.0, python-***@4.0.1,
python-***@2.6, python-***@1.0.19, python-***@5.5.0,
python-***@0.12.0, python-***@0.9.3, python-***@1.16,
python-***@2.6.0, python-jupyter-***@5.2.0,
python-jupyter-***@4.4.0, python-***@2.4.0, python-***@1.2.5,
python-***@1.10.0, python-***@3.22, python-***@4.1.0,
python-***@2.9.8, python-***@0.5.1, python-***@1.3.3,
python-***@0.94, python-***@0.9.5, python-***@0.4.15,
python-***@3.1.1, python-***@0.6.4, python-***@2.6.11,
python-matplotlib-***@2.2.2, python-***@2.2.2,
python-***@0.6.1, python-minimal-***@3.6.5, python-***@3.6.5,
python-***@0.8.3, python-***@2.0.0, python-***@1.5,
python-***@0.24.0, python-***@0.5.6, python-***@4.4.0,
python-***@0.6.6, python-ndg-***@0.5.0, python-***@0.10.7,
python-***@2.1, python-nose-***@0.7.2, python-***@0.27,
python-***@2.6.5, python-numpy-***@1.14.5,
python-***@1.14.5, python-***@5.2.0, python-***@2.20.0,
python-***@3.20.0, python-***@3.36.0,
python-***@2.24.0, python-***@3.36.2,
python-***@3.4.0, python-***@0.23.1, python-***@2.4.1,
python-parse-***@0.4.2, python-***@1.8.2, python-***@11.0.1,
python-***@0.7.4, python-***@4.3.0, python-***@1.4.2,
python-***@0.6.0, python-***@3.10, python-***@1.0.9,
python-***@3.5.2, python-***@5.4.3, python-***@0.5.2,
python-***@3.7, python-***@1.5.3, python-***@1.6.1,
python-***@0.4.2, python-***@1.16.3, python-***@1.5.0,
python-***@3.28.2, python-***@1.0.3, python-***@1.2.1,
python-***@18.0.0, python-pyqt+***@5.10.1, python-***@5.10.1,
python-***@1.1, python-***@0.13.0, python-pytest-***@0.4.1,
python-pytest-***@1.6.3, python-***@3.5.0, python-***@6.0,
python-***@2.10.3, python-***@2.2.0, python-***@2.10.6,
python-***@1.2.3, python-***@0.8.0, python-***@2.7.0,
python-***@3.4.0, python-***@0.7.5, python-***@1.10,
python-***@0.15.37, python-***@0.1.13,
python-***@0.4.8, python-***@1.7, python-***@1.0.1,
python-***@2.7, python-***@4.1.1, python-setuptools-***@1.15.6,
python-***@3.14.0, python-***@4.19.8, python-***@1.11.0,
python-***@0.0.11, python-***@1.6.4,
python-sqlalchemy-***@0.32.21, python-***@1.6.0,
python-***@1.28.0, python-***@1.2.0, python-***@1.3.2,
python-***@2.0.1, python-***@0.5.0,
python-***@2.3.0, python-***@4.19.6, python-***@1.1.0,
python-***@2.0.1, python-***@1.1.0, python-***@0.5.1,
python-***@2.0.30, python-***@3.6.5, python-***@1.10.11,
python-xapian-***@1.4.5, python-***@0.3.3,
python-zope-***@4.6.2, python2-***@0.9.6, python2-***@3.20.1-r1,
python2-***@17.4.0, python2-***@1.3.5, python2-***@0.1.39,
python2-***@1.4.0, python2-***@3.1.4, python2-***@0.8.1,
python2-***@1.8.43, python2-***@1.11.4, python2-***@1.1.2,
python2-***@0.3.9, python2-***@3.0.0, python2-***@4.4.1,
python2-cryptography-***@2.2.2, python2-***@2.2.2,
python2-***@1.0.2, python2-***@2.6.1, python2-***@1.1.3,
python2-***@1.19.0, python2-***@4.2.1,
python2-***@0.3.5, python2-***@0.5.0,
python2-django-***@1.1.0, python2-django-***@1.4.2,
python2-django-***@1.1.0, python2-***@1.11.11,
python2-***@0.18.6, python2-***@6.1.1,
python2-***@0.2.3, python2-***@1.0.0, python2-***@5.32,
python2-***@3.0.0, python2-flake8-***@1.0.2,
python2-***@2.5.5, python2-***@3.4.1, python2-flask-***@0.11.2,
python2-flask-***@2.0.6, python2-***@0.3.10, python2-***@1.2.2,
python2-git-***@1.26.0, python2-***@0.4.3, python2-***@0.8.3,
python2-***@1.14.1, python2-***@1.0.0, python2-html5-***@0.4.5,
python2-***@0.1.12, python2-***@3.52.0, python2-***@2.6,
python2-***@1.0.19, python2-***@5.5.0, python2-***@0.12.0,
python2-***@0.9.3, python2-***@2.6.0,
python2-jupyter-***@5.2.0, python2-jupyter-***@4.4.0,
python2-***@2.4.0, python2-***@1.2.5, python2-***@1.10.0,
python2-***@4.1.0, python2-***@2.9.8, python2-***@0.5.1,
python2-***@1.3.3, python2-***@0.94, python2-***@0.4.15,
python2-***@3.1.1, python2-***@0.6.4, python2-***@2.6.11,
python2-matplotlib-***@2.2.2, python2-***@2.2.2,
python2-***@0.6.1, python2-***@0.8.3, python2-***@2.0.0,
python2-***@1.5, python2-***@0.24.0, python2-***@0.5.6,
python2-***@4.4.0, python2-***@0.6.6,
python2-ndg-***@0.5.0, python2-***@0.10.7,
python2-***@2.1, python2-nose-***@0.7.2, python2-***@0.27,
python2-***@2.6.5, python2-numpy-***@1.14.5,
python2-***@1.14.5, python2-***@5.2.0,
python2-***@2.20.0, python2-***@3.20.0,
python2-***@3.36.0, python2-***@2.24.0,
python2-***@3.36.2, python2-***@3.4.0, python2-***@0.23.1,
python2-***@2.4.1, python2-parse-***@0.4.2, python2-***@2.3.2,
python2-***@11.0.1, python2-***@0.7.4, python2-***@4.3.0,
python2-***@1.4.2, python2-***@0.6.0, python2-***@3.10,
python2-***@1.0.9, python2-***@3.5.2, python2-***@5.4.3,
python2-***@0.5.2, python2-***@1.5.3, python2-***@1.6.1,
python2-***@0.4.2, python2-***@1.16.3, python2-***@1.5.0,
python2-***@2.28.7, python2-***@3.28.2, python2-***@1.0.3,
python2-***@18.0.0, python2-***@5.10.1, python2-***@1.1,
python2-***@0.13.0, python2-pytest-***@1.6.3, python2-***@3.5.0,
python2-***@6.0, python2-***@2.2.0, python2-***@2.10.6,
python2-***@1.2.3, python2-***@0.8.0, python2-***@2.7.0,
python2-***@3.4.0, python2-***@0.7.5, python2-***@1.10,
python2-***@0.15.37, python2-***@0.1.13,
python2-***@0.4.8, python2-***@1.7, python2-***@1.0.1,
python2-setuptools-***@1.15.6, python2-***@3.14.0,
python2-***@4.19.8, python2-***@1.11.0, python2-***@0.0.11,
python2-***@1.6.4, python2-sqlalchemy-***@0.32.21, python2-***@1.6.0,
python2-***@1.28.0, python2-***@1.2.0, python2-***@1.3.2,
python2-***@2.0.1, python2-***@0.5.0,
python2-***@2.3.0, python2-***@4.19.6, python2-***@2.1.1,
python2-***@2.0.1, python2-***@1.1.0, python2-***@0.5.1,
python2-***@2.0.30, python2-***@1.10.11, python2-***@0.3.3,
python2-zope-***@4.6.2, ***@2.7.14, ***@3.6.5, ***@1.3.5,
qemu-***@2.12.0, ***@2.12.0, ***@1.11.1, ***@0.5.1,
***@0.6.5, ***@4.0.2, ***@2.10.3, ***@0.5.1, ***@5.9.4,
***@5.11.0, ***@5.11.0, ***@5.11.0, ***@5.11.0,
***@5.11.0, ***@5.11.0, ***@5.11.0,
***@5.11.0, ***@5.11.0, ***@5.11.0,
***@5.11.0, ***@5.11.0, ***@1.15.0,
***@5.11.0, ***@5.11.0, ***@5.11.0,
***@0.9.1, ***@5.11.0, ***@5.11.0, ***@5.11.0,
***@5.11.0, ***@5.11.0, ***@5.11.0, ***@5.11.0,
***@5.11.0, ***@5.11.0, ***@5.11.0, ***@5.11.0,
***@5.11.0, ***@5.11.0, ***@5.11.0,
***@1.2.4, ***@0.12.5, qucs-***@0.0.20, ***@0.0.19-0.b4f27d9,
r-***@1.7-11, r-***@1.58.0, r-***@1.50.0, r-***@1.58.0,
r-***@1.42.1, r-***@1.4.0, r-***@1.22.0,
r-***@2.12.0, r-***@5.1, r-aroma-***@3.10.0, r-***@1.1.2,
r-***@1.12.1, r-***@1.66.0-1, r-***@4.5.33, r-***@0.1.1,
r-***@0.2.2, r-***@2.40.0, r-***@1.16.0,
r-***@0.26.0, r-***@1.30.0, r-***@1.14.1,
r-***@2.8.2, r-***@1.48.2, r-***@2.36.1,
r-***@2.48.0, r-***@1.28.0, r-***@1.1-14, r-***@1.1.1,
r-***@0.7, r-***@0.4.4, r-***@1.48.0, r-***@3.0-0,
r-***@6.0-80, r-***@2.46.0, r-***@1.30.0, r-***@2.3-52,
r-***@0.4.4, r-***@2.0.7-1, r-***@1.5,
r-***@1.18.1, r-***@1.20.0, r-***@2.12.0,
r-***@0.9.2, r-***@3.2, r-***@0.2-2, r-data-***@1.11.4,
r-***@1.0.0, r-***@1.2.1, r-***@1.3.4, r-***@0.6.1,
r-***@1.8.0, r-***@1.2.0, r-***@1.20.0, r-***@1.32.0,
r-***@1.13.5, r-***@1.26.0, r-***@0.6.15,
r-***@2018.05.22, r-***@1.22.0, r-***@1.54.0,
r-***@1.3.5, r-***@0.7.5, r-***@0.0.3, r-***@0.4, r-***@2.14.0,
r-***@3.22.2, r-***@1.3.10, r-***@1.7-4, r-***@2.4.1,
r-***@0.12.0, r-***@1.3, r-***@2.0-9, r-***@1.1.25,
r-***@1.26.0, r-***@2.2-14, r-***@1.6.0, r-***@0.3.0,
r-***@1.4.4, r-***@0.8-70, r-***@1.2-3, r-***@2.1-11,
r-futile-***@1.0.1, r-***@2.30.0, r-***@0.1.7,
r-***@1.62.0, r-***@1.58.0, r-***@1.12.0,
r-***@1.16.0, r-***@1.16.0,
r-***@1.32.0, r-***@1.16.0, r-***@1.32.3,
r-***@1.20.2, r-***@0.1.7, r-***@1.4.0, r-***@1.28.0,
r-***@0.8.0, r-***@3.5.0, r-***@0.21.0, r-***@0.79.0,
r-***@2.0-16, r-***@0.1.0, r-***@2.46.0,
r-***@0.6.6, r-***@1.12.0, r-***@1.12.0, r-***@1.58.0,
r-***@1.14.0, r-***@1.42.0, r-***@1.24.0, r-***@2.12.0,
r-***@1.6.1, r-***@1.27.2, r-***@0.7, r-***@1.24.0,
r-***@4.1-1, r-***@0.4.2, r-***@1.12, r-***@1.2,
r-***@1.4.4.1, r-***@1.2.1, r-***@1.54.0, r-***@0.3.15,
r-***@1.18.0, r-***@2.14.10, r-***@2.3.2,
r-***@1.0.9, r-***@1.20.0, r-***@0.9-26, r-***@1.20,
r-***@1.0.2, r-***@1.2-8, r-lambda-***@1.2.3, r-***@1.6.1,
r-***@1.10.0, r-***@3.36.1, r-***@1.1-17, r-***@0.9-36,
r-***@1.7.4, r-***@7.3-50, r-***@1.2-14, r-***@0.53.1,
r-***@1.6.1, r-***@1.8-24, r-***@3.1.0, r-***@1.4-4,
r-***@3.5.0, r-***@1.24.0, r-***@2.6.1, r-***@1.14.0,
r-***@0.5.0, r-***@1.6.1, r-***@1.0-8,
r-***@1.18.0, r-***@2.14.0, r-***@3.1-137, r-***@0.21.0, r-***@1.0.1,
r-***@1.6.0, r-***@1.22.0, r-***@1.3-4,
r-***@1.72.0, r-***@1.9-73, r-***@1.5.2,
r-***@1.0.10, r-***@0.27, r-***@0.2.0, r-***@3.7-2,
r-***@2.1.4, r-***@1.42.0, r-***@2018.04.18,
r-***@1.2.0, r-***@1.12.0, r-***@0.4-22, r-***@0.1.4,
r-***@1.8.4, r-***@0.2.5, r-***@1.42-8, r-***@5.36,
r-***@2.12.0, r-r-***@0.13.0, r-r-***@1.22.0, r-r-***@0.42.0,
r-***@4.6-14, r-***@0.10.1, r-***@1.56.0, r-***@1.6.0,
r-***@0.12.17, r-***@0.8.500.0, r-***@0.3.3.4.0,
r-***@0.4.1, r-***@0.3.0, r-***@0.1.3, r-***@0.5,
r-***@1.4.3, r-***@2.24.0, r-***@2.24.0, r-***@1.12.1,
r-***@0.2.20, r-***@0.2.1, r-***@1.10, r-***@0.6-7,
r-***@0.10.15, r-***@1.3.1, r-***@0.93-0, r-***@4.1-13,
r-***@1.3-2, r-***@1.4-4, r-***@1.32.0, r-***@2.1.1,
r-***@1.40.3, r-***@0.4.32, r-***@0.18.3,
r-***@0.5-3.0, r-***@1.46.0, r-***@1.12.0, r-***@0.10,
r-***@2.3.2, r-***@1.1-2, r-***@1.4.4, r-***@1.1.0,
r-***@1.38.0, r-***@2.2-5.5, r-***@1.5-2, r-***@1.30.0,
r-***@0.1.7, r-***@1.3-1, r-***@0.9.5.1, r-***@1.2.3,
r-***@1.3.1, r-***@1.10.1, r-***@2.42-3,
r-***@1.18.0, r-***@3.28.0, r-***@1.3.4, r-***@1.14.0,
r-***@1.4-1, r-***@2.0.0, r-***@1.4.2, r-***@0.8.1,
r-***@0.2.4, r-***@3043.102, r-***@2.32.0, r-***@1.8.0,
r-***@1.26.0, r-***@1.4-4, r-***@2.5-2, r-***@1.0-5,
r-***@0.5.1, r-***@0.3.0, r-***@3.48.1, r-***@1.63,
r-***@2.1.2, r-***@1.2.0, r-***@3.98-1.11, r-***@0.10-2,
r-***@0.20.0, r-***@2.1.19, r-***@1.26.0, r-***@1.8-2,
r-***@0.1.8, ***@3.5.0, ***@6.12, ***@2.5.0, ***@1.1,
***@0.3.0, rcas-***@0.0.5, ***@2.077.1, ***@1.1.15, ***@2018-07-01,
***@7.0.3, red-***@1.6.0, ***@4.0.10, ***@1.12,
***@3.43, ***@1.7.3, ***@0.8.3, ***@0.43,
rmath-***@3.5.0, rng-***@6.2, ***@3.12.0, ***@5.12.4,
***@1.5.1, roguebox-***@2.2.1, ***@1.7.0,
rss-***@2018-03-11, ***@3.1.3, ruby-***@1.0.3,
ruby-connection-***@2.2.2, ruby-***@1.0.4, ruby-***@1.2.5,
ruby-domain-***@0.5.20180417, ruby-***@1.2.7, ruby-***@1.9.23,
ruby-***@1.3.6, ruby-***@1.7.10, ruby-***@3.16.2,
ruby-***@0.0.7, ruby-***@1.0.13, ruby-minitest-***@1.4.2,
ruby-***@0.11.3, ruby-***@2.0.5, ruby-rb-***@0.10.3, ruby-***@3.5.0,
ruby-***@4.6.3, ruby-simplecov-***@0.10.2, ruby-tzinfo-***@1.2017.3,
ruby-***@1.2.4, ***@2.1.10, ***@2.2.10, ***@2.3.7, ***@2.4.3,
s-***@0.0.0-2.da2e5c2, s6-***@2.3.0.0, s6-linux-***@2.4.0.2,
s6-***@2.3.0.2, s6-portable-***@2.2.1.1, s6-***@0.4.0.1,
***@2.7.0.0, ***@3.6.0, ***@4.8.3, ***@0.6.7-10-g223fa20,
***@0.9.0, ***@1.8, sbcl-bordeaux-***@0.8.5-1.354abb0,
sbcl-flexi-***@1.0.16, sbcl-stumpwm-with-***@18.05,
sbcl-***@18.05, ***@1.4.4, scheme48-***@0.0.0-2.dd9037f,
***@20180513, ***@20160827, ***@6.0.5a, ***@6.0.5a,
***@1.5.4, ***@3.7.0, ***@0.17.0, sdl2-***@2.0.3, sdl2-***@2.0.2,
***@2.0.8, ***@1.11.0, ***@2.7, ***@4.5, ***@1, ***@0.7.0,
***@0.28.0, ***@0.8.5, ***@4.6, ***@0.4.0, ***@1.2.3,
***@6.1.3, ***@0.28.0, ***@20170703-1.225c172,
signing-***@2.6-0.d6f2296, ***@0.3.11, ***@2.6.4.0,
***@0.9.4, ***@2.3.1a, slepc-complex-***@3.8.2,
slepc-***@3.8.2, slepc-***@3.8.2, ***@3.8.2, ***@7.4,
***@17.11.3, ***@4.4.0, ***@1.1.7, ***@1.7.3.2, ***@5.42.0,
***@5.42.0, ***@0.1.3, speedtest-***@2.0.2, spice-***@0.34,
spice-***@0.12.14, ***@0.14.0, ***@3.6.4, ***@0.6,
sqlite-with-***@3.23.0, ***@3.23.0, ***@0.78.4, ***@1.19c,
***@1.16.2, ***@0.8.1, ***@0.7.2, ***@2.6.0c, ***@0.18.0,
***@4.23, ***@1.0.4, ***@5.47, ***@1.10.0, ***@1.8.23,
superlu-***@5.3.0, ***@0.5.9, ***@24, ***@0.14.48, ***@0.9.0,
***@2.1.0, talloc-***@2.1.13, ***@2.1.13, ***@1.30,
***@0.8.5, tcc-***@0.9.27, ***@0.9.27, ***@8.6.8, ***@2.5.8,
***@1.2.1, ***@13, ***@0.9.36, ***@6.5,
thc-***@3.4-0.4bb7257, the-silver-***@2.1.0, ***@3.27,
***@1.7.2, ***@5.42.0, ***@2.3.3, ***@1.4.1, ***@1.1.5,
***@1.9, ***@1.0.33, tintin++@2.01.4, ***@8.6.8, ***@1.1, ***@2.7,
***@2.5, ***@1.5.10, ***@0.3.3.7, ***@0.8.2, translate-***@0.9.6.7,
***@2.94, ***@0.9.0-2.e06d08d, trim-***@0.4.5, ***@4.6.2,
***@1.5, ***@1.0.10, ***@2018d, u-boot-***@2018.05,
***@0.5.1, uim-***@1.8.8, uim-***@1.8.8, ***@1.8.8, ***@1.6.8,
***@1.2.1, ***@2.17, ***@010, ***@2.1.1, ***@2.3.5,
util-***@2.32, util-***@1.19.2, ***@0.17.0, ***@2.0.17,
***@3.13.0, ***@1.3.3, ***@0.16.6, ***@1.7, ***@0.9.1,
vim-***@0.9, vim-***@2.3, vim-***@8.1.0026, vim-***@3.9.0,
***@8.1.0026, virt-***@1.5.1, virt-***@6.0, ***@0.5, ***@3.0.3,
vpnc-***@20180226.07c3518, ***@2.8.0, ***@0.36.5, ***@0.52.2,
***@0.5.3+git20180125, wayland-***@1.13, ***@1.15.0, ***@5.18,
***@2.20.3, ***@2.1, ***@1.14.3, ***@4.0.0, ***@1.19.5,
***@5.3.1, ***@3.0.2, ***@3.0.2, ***@2.6.1, ***@2.51,
***@1.1.1, ***@18.02.0, ***@1.5.12, wxwidgets-***@3.1.0,
***@2.8, ***@1.4.5, ***@1.2.2, ***@1.1, ***@1.1.2,
***@0.10, xcb-***@1.13, xcb-util-***@1.3, xcursor-***@1.0.5,
xdg-user-***@0.17, xdg-***@1.1.3, ***@1.0.6, ***@1.1.2,
xf86-input-***@2.10.6, xf86-input-***@0.27.1,
xf86-input-***@1.9.3, xf86-input-***@1.9.1,
xf86-input-***@0.36.1, xf86-video-***@18.0.1, xf86-video-***@0.5.0,
xf86-video-***@2.99.917-10.d7dfab6, xf86-video-***@2.4.0,
xf86-video-***@13.3.0, xfce4-***@0.8.6, ***@3.2.7, ***@1.0.6,
***@1.4.0, ***@1.4.1, xkeyboard-***@2.23.1, ***@1.0.5,
***@5.55, ***@1.1.4, ***@1.0.6, ***@1.0.5,
***@1.2.26, ***@0.26, ***@0.6.2, xorg-server-***@1.19.6,
xorg-***@1.19.6, ***@0.4.8.2016, ***@5.0.0, ***@1.0.5, ***@2.3.2,
***@1.2.3, ***@1.1.1, ***@1.0.6, ***@5.39, ***@1.2.4,
***@1.1.2, ***@333, ***@1.0.7, ***@1.1.4, ***@1.0.5,
***@8.1.0026, xyce-***@6.8, xyce-***@6.8, ***@5.2.3, ***@2.3.8,
yaml-***@0.6.2, ***@1.1, ***@1.5.8, you-***@0.4.1077,
youtube-***@2018.06.19, zathura-***@0.1.7, zathura-***@0.2.7,
zathura-pdf-***@0.3.2, zathura-pdf-***@0.2.8, zathura-***@0.2.5,
***@0.3.8, ***@1.1.1, ***@1.7.0, ***@5.5.1, ***@1.3.5,
***@3.0.3, ***@0.13.69

** Programming interfaces

*** ‘gnu-build-system’ now includes a ‘bootstrap’ phase to run ‘autoreconf’
*** ‘gnu-build-system’ dumps contents of ‘test-suite.log’ upon test failures
*** ‘gnu-build-system’ now copies license files to the output
*** ‘emacs-build-system’ has an improved ‘check’ phase
*** New build systems: ‘android-ndk’
*** New ‘with-extensions’ form for G-expressions
*** New (guix self) module, used by ‘guix pull’
*** New (guix store database) and (guix store deduplication) modules
*** The ‘guix-register’ C++ program no longer is
*** package-full-name (guix packages) now uses "@" as its delimiter.
(<https://bugs.gnu.org/31088>)
*** ‘invoke’ from (guix build utils) is now recommended over ‘system*’
*** More of the (gnu services 
) APIs are now non-monadic

** Noteworthy bug fixes
*** ‘guix pull’ doesn’t keep rebuilding all of Guix
(<https://bugs.gnu.org/27284>)
*** ‘guix pack’ now honors package transformation options
*** ‘guix package --search’ no longer shows superseded packages
(<https://bugs.gnu.org/30566>)
*** ‘guix offload test’ reports errors more nicely
(<https://bugs.gnu.org/28057>)
*** postgresql service is started through ‘pg_ctl’
(<https://bugs.gnu.org/29992>)
*** ‘urandom-seed’ service is now a dependency of ‘user-processes’
(<https://bugs.gnu.org/29773>)
*** ‘fuse’ kernel module is now automatically loaded on demand
(<https://bugs.gnu.org/22050>)
*** ‘guix pack --localstatedir’ now produces a bit-reproducible database
(<https://bugs.gnu.org/21073>)
*** Package lookups by name and version correctly honor version prefixes
(<https://bugs.gnu.org/28446>)
*** ‘guix pull --commit’ now accepts show commit IDs
(<https://bugs.gnu.org/30716>)

** Native language support

*** The manual can now be translated and is partially translated into French

To read the French manual, just type “info guix.fr” or read it on-line at
<https://gnu.org/s/guix/manual/fr/html_node>. Consider translating the manual
to your native language by joining the Translation Project:
<https://translationproject.org/domain/guix-manual.html>.

*** Updated translations: da, fr, hu, pt_BR, zh_CN
*** New translations: es (Spanish)


Please report bugs to bug-***@gnu.org
Join guix-***@gnu.org and #guix on Freenode for discussions.

Thanks to everyone who contributed to this release:

7 Adam Massmann
2 Adam Van Ymeren
1 Adam Zimmerman
11 Adriano Peluso
13 Alex Kost
3 Alex Sassmannshausen
21 Alex Vong
8 Alex ter Weele
8 Andreas Enge
3 Andy Patterson
1 Andy Wingo
46 Arun Isaac
3 Ben Sturmfels
35 Ben Woodcroft
11 Björn Höfling
1 Brendan Tildesley
2 Caleb Ristvedt
9 Charlie Ritter
19 Chris Marusich
79 Christopher Baines
4 Christopher Lemmer Webber
61 Clément Lassieur
189 Danny Milosavljevic
1 Dave Love
14 David Thompson
6 Diego Nicola Barbato
373 Efraim Flashner
29 Eric Bavier
1 Ethan R. Jones
4 Feng Shu
35 Fis Trivial
1 George Clemmer
29 Gábor Boskovits
23 Hartmut Goebel
10 Jan Nieuwenhuizen
1 Jane Baines
16 Jelle Licht
1 Jonathan Brielmaier
3 Jovany Leandro G.C
166 Julien Lepiller
65 Kei Kebreau
27 Konrad Hinsen
3 Kyle Meyer
349 Leo Famulari
591 Ludovic CourtÚs
1 Manolis Ragkousis
674 Marius Bakke
491 Mark H Weaver
8 Mark Meyer
2 Martin Castillo
1 Mason Hock
9 Mathieu Lirzin
29 Mathieu Othacehe
52 Maxim Cournoyer
2 Mike Gerwitz
1 Nadya Voronova
68 Nicolas Goaziou
4 Nikolai Merinov
69 Nils Gillmann
196 Oleg Pykhalov
3 Paul Garlick
6 Peter Kreye
2 Peter Mikkelsen
11 Pierre Langlois
61 Pierre Neidhardt
4 Pierre-Antoine Rouby
2 Pjotr Prins
4 Rene
1075 Ricardo Wurmus
1 Robin Templeton
72 Roel Janssen
28 Rouby Pierre-Antoine
191 Rutger Helling
4 Sahithi Yarlagadda
1 Sandeep Subramanian
6 Sohom Bhattacharjee
27 Sou Bunnbu (宋文歊)
3 Stefan Reichör
1 Stefan Stefanović
1 Taylan Ulrich Bayırlı/Kammer
7 Theodoros Foradis
4 Thomas Danckaert
1 Thorsten Wilms
1 Tim Gesthuizen
9 Timothy Sample
1506 Tobias Geerinckx-Rice
9 Tomáš Čech
8 Tonton
15 Vagrant Cascadian
5 Vasile Dumitrascu
1 Vijayalakshmi
2 Vijayalakshmi Vedantham
1 YOANN P
1 Z. Ren
2 amirouche
2 fis
1 mephi42
10 nee
2 okapi
38 rsiddharth

Ludovic, on behalf of the Guix team.
alex sassmannshausen
2018-07-06 22:29:26 UTC
Permalink
Yay, congratulations to all involved. Those commit numbers are off the
charts!

:DDD

Alex
Post by Ludovic Courtès
We are pleased to announce the release of GNU Guix & GuixSD 0.15.0,
representing 7,020 commits by 100 people over 7 months.
This release brings us close to our goals for 1.0, so it’s probably one
of the last zero-dot-something releases.
• About
GNU Guix is a transactional package manager for the GNU system.
The Guix System Distribution, GuixSD, is an advanced distribution
of the GNU system.
In addition to standard package management features, Guix supports
transactional upgrades and roll-backs, unprivileged package
management, and per-user profiles. GuixSD offers a declarative
approach to operating system configuration management and is highly
hackable. Guix uses low-level mechanisms from the Nix package
manager, except that packages are defined as native Guile modules,
using extensions to the Scheme language.
GuixSD uses the Linux-Libre kernel and the GNU Shepherd init system.
It can be used on an i686, x86_64, armv7, or aarch64 machine.
It is also possible to use Guix on top of an already installed
GNU/Linux system, including on armv7, aarch64, and mips64el.
https://www.gnu.org/software/guix/
• Download
https://alpha.gnu.org/gnu/guix/guix-0.15.0.tar.gz
https://alpha.gnu.org/gnu/guix/guix-0.15.0.tar.gz.sig
https://alpha.gnu.org/gnu/guix/guixsd-install-0.15.0.i686-linux.iso.xz
https://alpha.gnu.org/gnu/guix/guixsd-install-0.15.0.i686-linux.iso.xz.sig
https://alpha.gnu.org/gnu/guix/guixsd-install-0.15.0.x86_64-linux.iso.xz
https://alpha.gnu.org/gnu/guix/guixsd-install-0.15.0.x86_64-linux.iso.xz.sig
https://alpha.gnu.org/gnu/guix/guixsd-vm-image-0.15.0.x86_64-linux.xz
https://alpha.gnu.org/gnu/guix/guixsd-vm-image-0.15.0.x86_64-linux.xz.sig
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.i686-linux.tar.xz
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.i686-linux.tar.xz.sig
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.x86_64-linux.tar.xz
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.x86_64-linux.tar.xz.sig
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.armhf-linux.tar.xz
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.armhf-linux.tar.xz.sig
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.aarch64-linux.tar.xz
https://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.aarch64-linux.tar.xz.sig
http://www.gnu.org/order/ftp.html
b971e19b539f3f27f675bc1d7cfc126065a7d61c guix-0.15.0.tar.gz
48e4f95b13133f23e271791e230f1a50896b2033
guix-binary-0.15.0.aarch64-linux.tar.xz
a37add10720284793b82f86cca84b24a94253360
guix-binary-0.15.0.armhf-linux.tar.xz
1c26d12ad278273f2864bc165a998e5429d1eea0
guix-binary-0.15.0.i686-linux.tar.xz
38fd4c9076f82823b5e981d78622a2d3c74984d0
guix-binary-0.15.0.x86_64-linux.tar.xz
410db099a7c8bbc134a2f05438004db12376d71e
guixsd-install-0.15.0.i686-linux.iso.xz
1029730bf9f11a8039d66a9bf4fc77e8e1b2eb53
guixsd-install-0.15.0.x86_64-linux.iso.xz
2664f09efe3f5f999c0a115251eb68eb30ed74b0
guixsd-vm-image-0.15.0.x86_64-linux.xz
[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact. First, be sure to download both the .sig file
gpg --verify guix-0.15.0.tar.gz.sig
If that command fails because you don't have the required public key,
gpg --keyserver pool.sks-keyservers.net \
--recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5
and rerun the 'gpg --verify' command.
Autoconf 2.69
Automake 1.16.1
Makeinfo 6.5
Help2man 1.47.6
To install the Guix System Distribution, please see “System
Installation” in the manual. To install Guix on a running system,
see “Installation” in the manual.
• Changes since version 0.14.0 (excerpt from the NEWS file)
** Package management
*** ‘guix pull’ has been overhauled; it now populates
~/.config/guix/current
*** ‘guix pull’ has a new ‘--list-generations’ option
*** ‘guix pack’ now supports building SquashFS images
*** ‘guix pack’ can now build tarballs with relocatable executables
*** ‘guix environment’ and ‘guix pack’ have a new ‘--manifest’ option
*** New ‘guix environment’ options: ‘--user’, ‘--link-profile’
*** ‘guix package’ has a new ‘--allow-collisions’ option
*** ‘guix package’ no longer warns about harmless file collisions
*** The ‘--with-source’ option now accepts “PACKAGE=URI” specs
*** Profiles now include a separate ‘dir.LANGUAGE’ Info file
*** New profile hook generates a ‘gschemas.compiled’ file as needed
*** ‘guix build’ provides hints for unbound variables
*** ‘guix weather’ now reports continuous integration statistics
*** ‘guix gc’ has a new ‘--derivers’ option
*** ‘guix publish’ now publishes build logs at /log URLs
*** ‘guix import elpa’ has a new ‘--recursive’ option
*** ‘guix graph’ has a new “module” node type
*** New ‘guix offload status’ command
*** ‘guix-daemon’ now comes with an SELinux policy
*** ‘guix-daemon’ now rejects garbage collection requests from remote
clients
*** ‘guix-daemon’ supports ARMv7 builds on AArch64
*** ‘guix-daemon’ has relaxed tests to allow for binfmt_misc execution
*** ‘guix-daemon’ has a new ‘--log-compression’ option, with gzip support
** Distribution
*** New ‘guix system docker-image’ command
*** ‘guix system’ reports kernel modules that should be added to the
initrd
*** ‘guix system’ reports invalid mapped device specifications
*** ‘guix system init’ warns about insufficient disk space
*** ‘guix system search’ displays Shepherd service names when available
*** Required services missing from the config are automatically instantiated
*** New ‘initrd-modules’ field of ‘operating-system’
*** New ‘file-system-label’ construct supersedes ‘title’ field of
‘file-system’
*** ‘guix system’ has a new ‘-e’ option
*** The ‘ld’ wrappers now allows linking with non-store libraries by
default
*** Package for Python 2.x has been renamed from “python” to “python2”
*** RHEL6 systems based on kernel Linux 2.6 are supported again
*** The GNU Shepherd was upgraded to 0.4.0; it now logs to syslogd
*** New services
alsa, cat-avatar-generator, darkstat, dhcpd, dnsmasq, enlightenment, fprintd,
hpcguix-web, httpd, mate, modem-manager, openntpd, php-fpm, qemu-binfmt,
wesnothd
*** bitlbee service now supports plugins
*** nginx service configuration has been enhanced
*** cgit service supports project lists and is more flexible
*** ‘openssh-configuration’ has a new ‘accepted-environment’ field
*** dovecot service copies ‘dovecot.conf’ to /etc
*** prosody service configuration now accepts file-like objects
*** certbot service has been overhauled
*** Package build bit-for-bit reproducibility fixes
Reproducibility issues were fixed notably in: ocaml,
texlive-fonts-amsfonts,
*** 1200 new packages
abootimg, afew, agda, aj-snapshot, amalgamate, amule,
android-bionic-uapi,
android-ext4-utils, android-f2fs-utils, android-googletest,
android-libselinux, android-libsparse, android-libutils,
android-libziparchive, android-make-stub, android-safe-iop, apache-arrow,
arm-trusted-firmware-pine64-plus, arm-trusted-firmware-puma-rk3399, aseba,
asio, atril, badass, bctoolbox, bear, beignet, bitlbee-discord, bluez-alsa,
boost-sync, botan, bpython, bpython2, cabal-doctest, caja-extensions,
can-utils, casync, cat-avatar-generator, catch2, cava, clementine,
cli-visualizer, clinfo, clyrics, clzip, colobot, colormake, curlftpfs,
curseradio, cwm, czmq, daemontools, darkstat, dashel,
debian-archive-keyring, debootstrap, dehydrated, delly, dolphin-emu,
domainfinder, dot2tex, dropseq-tools, duperemove, easytag, elemental,
emacs-academic-phrases, emacs-add-hooks, emacs-anzu,
emacs-atom-one-dark-theme, emacs-auto-yasnippet, emacs-beginend,
emacs-benchmark-init, emacs-biblio, emacs-bongo, emacs-circe,
emacs-cl-generic, emacs-closql, emacs-cmake-mode, emacs-company-lua,
emacs-company-restclient, emacs-crux, emacs-csv-mode, emacs-daemons,
emacs-darkroom, emacs-dashboard, emacs-datetime, emacs-dedicated,
emacs-default-text-scale, emacs-deft, emacs-desktop-environment,
emacs-diff-hl, emacs-discover-my-major, emacs-download-region,
emacs-dts-mode, emacs-dumb-jump, emacs-edit-indirect, emacs-edit-server,
emacs-eimp, emacs-elisp-refs, emacs-elisp-slime-nav, emacs-emacsql,
emacs-emmet-mode, emacs-emms-player-simple-mpv, emacs-emojify, emacs-epkg,
emacs-ergoemacs-mode, emacs-eros, emacs-ert-expectations,
emacs-esh-autosuggest, emacs-esup, emacs-esxml, emacs-evil-anzu,
emacs-evil-collection, emacs-evil-ediff, emacs-evil-magit,
emacs-evil-mu4e,
emacs-evil-multiedit, emacs-evil-org, emacs-evil-quickscope,
emacs-evil-smartparens, emacs-ewmctrl, emacs-exec-path-from-shell,
emacs-f3, emacs-faceup, emacs-fancy-narrow, emacs-finalize,
emacs-fish-completion, emacs-ghub, emacs-gif-screencast,
emacs-git-auto-commit-mode, emacs-git-modes, emacs-google-translate,
emacs-grep-a-lot, emacs-grep-context, emacs-hcl-mode, emacs-helm-bibtex,
emacs-helm-c-yasnippet, emacs-helm-company, emacs-helm-descbinds,
emacs-helm-emms, emacs-helm-eww, emacs-helm-exwm, emacs-helm-firefox,
emacs-helm-flycheck, emacs-helm-gtags, emacs-helm-ls-git,
emacs-helm-mode-manager, emacs-helm-mu, emacs-helm-pass,
emacs-helm-shell-history, emacs-helm-system-packages, emacs-helpful,
emacs-hierarchy, emacs-highlight-defined,
emacs-highlight-escape-sequences,
emacs-highlight-numbers, emacs-howm, emacs-hy-mode,
emacs-ibuffer-projectile, emacs-ido-vertical-mode, emacs-image+,
emacs-interactive-align, emacs-irfc, emacs-itail, emacs-ivy-yasnippet,
emacs-json-mode, emacs-json-reformat, emacs-know-your-http-well, emacs-kv,
emacs-lacarte, emacs-let-alist, emacs-lice-el, emacs-lispyville,
emacs-list-utils, emacs-load-relative, emacs-loc-changes, emacs-logview,
emacs-loop, emacs-m-buffer-el, emacs-macrostep, emacs-magit-org-todos-el,
emacs-makey, emacs-mbsync, emacs-md4rd, emacs-move-text,
emacs-mu4e-conversation, emacs-navi-mode, emacs-nnreddit, emacs-noflet,
emacs-nov-el, emacs-npm-mode, emacs-oauth2, emacs-on-screen,
emacs-org-caldav, emacs-org-mind-map, emacs-org-ref,
emacs-org-tree-slide,
emacs-orgalist, emacs-outorg, emacs-outshine, emacs-package-lint,
emacs-parent-mode, emacs-parinfer-mode, emacs-parsebib, emacs-pass,
emacs-password-store, emacs-pg, emacs-php-mode, emacs-pinentry,
emacs-polymode, emacs-pulseaudio-control, emacs-puppet-mode,
emacs-racket-mode, emacs-rainbow-blocks, emacs-realgud, emacs-robe,
emacs-rsw-elisp, emacs-scel, emacs-scratch-el, emacs-seq,
emacs-shift-number, emacs-slack, emacs-slime-company, emacs-sly,
emacs-sml-mode, emacs-sourcemap, emacs-spark, emacs-stickyfunc-enhance,
emacs-string-inflection, emacs-stumpwm-mode, emacs-suggest,
emacs-terraform-mode, emacs-test-simple, emacs-tree-mode, emacs-validate,
emacs-visual-regexp, emacs-web-beautify, emacs-websocket,
emacs-wgrep-helm,
emacs-wordgen, emacs-ws-butler, emacs-zotxt, emacs-zoutline, engrampa,
enki, eom, epipe, eureka, fann, fasd, fastboot, fastp, fastqc, fbcat,
fc-host-tools, fgallery, fifo-map, flameshot, flatbuffers, fluid-3,
font-culmus, font-fira-code, font-ibm-plex, font-lohit, fortune-mod, fpm2,
freedink-dfarc, gcab, gdal, ghc-aeson-compat, ghc-attoparsec-iso8601,
ghc-basement, ghc-bloomfilter, ghc-bytes, ghc-call-stack, ghc-cipher-aes,
ghc-clientsession, ghc-cmark-gfm, ghc-cprng-aes, ghc-crypto-cipher-tests,
ghc-crypto-cipher-types, ghc-crypto-random, ghc-disk-free-space,
ghc-doctemplates, ghc-doctemplates, ghc-email-validate, ghc-esqueleto,
ghc-feed, ghc-fixed, ghc-foundation, ghc-generics-sop, ghc-haddock-test,
ghc-hashable-time, ghc-haskell-lexer, ghc-haskell-src-exts-util,
ghc-hslua-module-text, ghc-http-api-data, ghc-hxt,
ghc-hxt-charproperties,
ghc-hxt-regex-xmlschema, ghc-hxt-unicode, ghc-ifelse,
ghc-integer-logarithms, ghc-iwlib, ghc-megaparsec, ghc-microlens,
ghc-microlens-th, ghc-monad-logger, ghc-monad-loops, ghc-nanospec,
ghc-parser-combinators, ghc-path-pieces, ghc-persistent,
ghc-persistent-sqlite, ghc-persistent-template, ghc-pretty-show,
ghc-pretty-show, ghc-refact, ghc-resource-pool, ghc-safesemaphore,
ghc-securemem, ghc-shakespeare, ghc-skein, ghc-skylighting,
ghc-skylighting, ghc-stm-chans, ghc-string-qq,
ghc-tasty-expected-failure,
ghc-text-binary, ghc-th-abstraction, ghc-th-lift-instances,
ghc-time-locale-compat, ghc-unliftio, ghc-unliftio-core,
ghc-uri-bytestring, ghc-uri-encode, ghc-yesod, ghc-yesod-core,
ghc-yesod-form, ghc-yesod-persistent, ghex, ghostwriter, gifsicle,
git-annex, glslang, go-github-com-aki237-nscjar,
go-github-com-alsm-ioprogress,
go-github-com-ayufan-golang-kardianos-service,
go-github-com-beorn7-perks-quantile, go-github-com-blang-semver,
go-github-com-burntsushi-toml,
go-github-com-client-golang-prometheus-promhttp,
go-github-com-davidjpeacock-cli, go-github-com-emicklei-go-restful,
go-github-com-getsentry-raven-go, go-github-com-golang-protobuf-proto,
go-github-com-google-cadvisor, go-github-com-google-gofuzz,
go-github-com-gorilla-context, go-github-com-gorilla-mux,
go-github-com-hashicorp-go-version, go-github-com-hashicorp-hcl,
go-github-com-jonboulle-clockwork, go-github-com-jpillora-backoff,
go-github-com-matttproud-golang-protobuf-extensions-pbutil,
go-github-com-prometheus-client-golang-prometheus,
go-github-com-prometheus-client-model-go,
go-github-com-prometheus-common-expfmt,
go-github-com-prometheus-node-exporter, go-github-com-prometheus-procfs,
go-github-com-sirupsen-logrus, go-github-com-spf13-pflag,
go-github-com-stretchr-testify, go-github-com-syncthing-notify,
go-github-com-tevino-abool, go-github-com-tj-docopt,
go-github-com-urfave-cli, go-github.com-howeyc-gopass,
go-github.com-jessevdk-go-flags, go-github.com-jtolds-gls,
go-github.com-mattn-go-runewidth, go-github.com-nsf-termbox-go,
go-github.com-smartystreets-assertions,
go-github.com-smartystreets-goconvey, go-github.com-smartystreets-gunit,
go-golang-org-x-crypto-ssh-terminal, go-golang.org-x-crypto-ssh-terminal,
go-gopkg.in-check.v1, go-gopkg.in-mgo.v2, go-gopkg.in-tomb.v2, golly,
google-brotli, gource, gpxsee, grammalecte, groovy, groovy-emacs-modes,
gtksourceviewmm, guile-chickadee, guile-curl, guile-hall, guile-readline,
guile-simple-zmq, guile-sparql, guile2.0-gdbm-ffi, guile2.0-irregex,
guile2.0-minikanren, guile2.0-redis, gzdoom, hpcguix-web, html-xml-utils,
hungrycat, i3lock-color, i3lock-fancy, ifdtool, innoextract,
instantmusic,
intelmetool, inxi, inxi-minimal, irram, iucode-tool, jack-capture,
java-apache-ivy, java-apache-xml-commons-resolver,
java-biojava-alignment,
java-biojava-alignment, java-biojava-core, java-biojava-core,
java-biojava-phylo, java-biojava-phylo, java-bouncycastle, java-cdi-api,
java-cisd-args4j, java-cisd-base, java-cisd-jhdf5, java-commons-bsf,
java-commons-compiler, java-commons-httpclient, java-commons-jxpath,
java-commons-vfs, java-dom4j, java-ecj, java-ecj,
java-eclipse-jetty-webapp, java-eclipse-jetty-webapp,
java-eclipse-jetty-xml, java-eclipse-jetty-xml, java-eclipse-sisu-inject,
java-eclipse-sisu-plexus, java-forester, java-forester,
java-geronimo-xbean-asm-util, java-geronimo-xbean-bundleutils,
java-geronimo-xbean-finder, java-gson, java-hawtjni, java-jakarta-oro,
java-janino, java-jansi, java-jansi-native, java-jaxen, java-jaxp,
java-jboss-el-api-spec, java-jboss-interceptors-api-spec, java-jdistlib,
java-jettison, java-jlargearrays, java-jline, java-jline,
java-joda-convert, java-joda-time,
java-jsch-agentproxy-connector-factory,
java-jsch-agentproxy-core, java-jsch-agentproxy-jsch,
java-jsch-agentproxy-pageant, java-jsch-agentproxy-sshagent,
java-jsch-agentproxy-usocket-jna, java-jsch-agentproxy-usocket-nc,
java-jsoup, java-jsr250, java-jtransforms, java-kxml2, java-la4j,
java-logback-classic, java-logback-core, java-modello-core,
java-modello-plugins-java, java-modello-plugins-xml,
java-modello-plugins-xpp3, java-modello-test, java-native-access,
java-native-access-platform, java-openchart2, java-plexus-cipher,
java-plexus-cli, java-plexus-compiler-api, java-plexus-compiler-javac,
java-plexus-component-annotations, java-plexus-component-metadata,
java-plexus-sec-dispatcher, java-sisu-build-api, java-stax, java-xerces,
java-xmlpull2, java-xmlunit, java-xmlunit-legacy, java-xom, java-xpp3,
java-xsdlib, java-xstream, jetring, js-filesaver, json-modern-cxx,
jupyter-guile-kernel, keepalived, keepkey-agent, keynav, kholidays,
kirigami, knights, krita, krita, kurly, l-smash, launchmon, ledger-agent,
libb2, libburn, libcgroup, libdiscid, libdivsufsort, libepubgen,
libfakekey, libfive, libgaiagraphics, libgeotiff, libgff, libiptcdata,
libisofs, libmusicbrainz, libmygpo-qt, libmypaint, libnfnetlink, libnsl,
libostree, libpfm4, libqxp, libscrypt, libspatialite, libvdpau-va-gl,
licensecheck, lightgbm, lookingglass, lunzip, lyx, lzlib, makefile2graph,
mame, mapnik, mate-backgrounds, mate-calc, mate-common,
mate-icon-theme-faenza, mate-netbook, mate-polkit, mate-screensaver,
mate-system-monitor, mate-user-guide, mate-utils, maven, maven-artifact,
maven-builder-support, maven-compat, maven-core, maven-embedder,
maven-model, maven-model-builder, maven-plugin-annotations,
maven-plugin-api, maven-repository-metadata, maven-resolver-api,
maven-resolver-connector-basic, maven-resolver-impl,
maven-resolver-provider, maven-resolver-spi, maven-resolver-test-util,
maven-resolver-transport-wagon, maven-resolver-util, maven-settings,
maven-settings-builder, maven-shared-utils, maven-wagon-file,
maven-wagon-http, maven-wagon-http-shared, maven-wagon-provider-api,
maven-wagon-provider-test, maven-wagon-tck-http, mbpfan, mcrl2, me-cleaner,
meandmyshadow, minimap2, mkbootimg, mod-wsgi, mongo-tools, motion, mrustc,
msitools, muse-sequencer, mypaint-brushes, nghttp2, nitrogen, nmoldyn,
noise-repellent, ocaml-ctypes, ocaml-integers, ocaml-ocb-stubblr,
ocaml-tsdl, ocl-icd, ocproxy, oil-shell, opencl-clhpp, opencl-headers,
opencl-headers, opencl-headers, opencl-headers, opencl-headers,
opencl-headers, opencv, opensc, ortp, osc, ovmf-aarch64, ovmf-arm, padthv1,
pan, pass-rotate, patchmatrix, perl-b-hooks-op-check,
perl-bareword-filehandles, perl-cairo, perl-carp, perl-cgi-formbuilder,
perl-cpan-changes, perl-crypt-openssl-guess, perl-data-section,
perl-file-finder, perl-file-readbackwards, perl-font-ttf, perl-glib,
perl-gtk2, perl-indirect, perl-inline, perl-inline-c, perl-io-all,
perl-lexical-sealrequirehints, perl-math-bezier, perl-math-round,
perl-memoize, perl-module-manifest, perl-moo-2, perl-multidimensional,
perl-musicbrainz-discid, perl-net-dns-native, perl-number-format,
perl-number-range, perl-pango, perl-path-iterator-rule, perl-pathtools,
perl-pegex, perl-pod-constants, perl-regexp-pattern,
perl-regexp-pattern-license, perl-set-intspan, perl-software-license,
perl-statistics-basic, perl-string-copyright, perl-string-escape,
perl-sub-quote, perl-super, perl-test-distmanifest,
perl-test-failwarnings,
perl-test-filename, perl-test-mockmodule, perl-test-perltidy,
perl-test-requiresinternet, perl-test-roo, perl-test-runvalgrind,
perl-text-format, perl-threads, perl-time-hires, perl-time-piece,
perl-universal-require, perl-uri-escape, perl-webservice-musicbrainz,
perl-x11-protocol-other, picprog, pigx, pigx-bsseq, pigx-chipseq,
pigx-rnaseq, pigx-scrnaseq, pinentry-emacs, pioneer, pluma, plzip, pocl,
poppler-data, postgis, psm2, pure, pybind11, pyconfigure,
python-activepapers, python-aiodns, python-aiohttp,
python-async-generator,
python-async-timeout, python-attrs-bootstrap, python-autograd,
python-base58, python-bigfloat, python-blessings, python-commandlines,
python-curtsies, python-debug, python-django-crispy-forms,
python-django-override-storage, python-django-tagging,
python-djangorestframework, python-dns-lexicon, python-duniterpy,
python-ecpy, python-ed25519, python-empy, python-fasteners,
python-feather-format, python-fixtures-bootstrap, python-funcy,
python-fusepy, python-future-fstrings, python-gipc, python-gitdb,
python-gitpython, python-glob2, python-google-api-client, python-gyp,
python-hidapi, python-idna-ssl, python-iso3166, python-iso639,
python-isoweek, python-josepy, python-keepkey, python-kiwisolver,
python-latexcodec, python-ledgerblue, python-libnacl, python-libusb1,
python-logwrap, python-loompy, python-m2crypto, python-mnemonic,
python-more-itertools, python-msgpack-transitional, python-multidict,
python-olefile, python-onetimepass, python-openstackdocstheme,
python-parso, python-parted, python-phonenumbers, python-plotly,
python-prometheus-client, python-proteus, python-pyarrow, python-pyaudio,
python-pyblake2, python-pybtex, python-pycares, python-pycryptodome,
python-pycurl, python-pyhamcrest, python-pyinotify, python-pylibscrypt,
python-pynamecheap, python-pyte, python-pytest-bootstrap,
python-requests-file, python-rfc3986, python-scrypt, python-semver,
python-send2trash, python-shapely, python-six-bootstrap,
python-sphinx-gallery, python-stdnum, python-subunit-bootstrap,
python-tempdir, python-testrepository-bootstrap,
python-testresources-bootstrap, python-testscenarios-bootstrap,
python-testtools-bootstrap, python-tldextract, python-tokenize-rt,
python-trezor, python-trezor-agent, python-trytond,
python-trytond-country,
python-trytond-party, python-txamqp, python-typing, python-whatever,
python-whisper, python-yapf, python-yarl, python2, python2-activepapers,
python2-attrs-bootstrap, python2-autograd, python2-bigfloat,
python2-blessings, python2-carbon, python2-curtsies,
python2-django-tagging, python2-dns-lexicon, python2-ecpy,
python2-ed25519,
python2-enum, python2-fasteners, python2-feather-format,
python2-fixtures-bootstrap, python2-funcsigs, python2-funcsigs-bootstrap,
python2-funcy, python2-fusepy, python2-gdrivefs, python2-gipc,
python2-gitdb, python2-gitpython, python2-glob2,
python2-google-api-client,
python2-graphite-web, python2-gyp, python2-hidapi, python2-ipy,
python2-iso3166, python2-iso639, python2-isoweek, python2-josepy,
python2-keepkey, python2-kiwisolver, python2-langkit, python2-ledgerblue,
python2-libadalang, python2-m2crypto, python2-mapnik, python2-minimal,
python2-mmtk, python2-mnemonic, python2-more-itertools,
python2-oauth2client, python2-olefile, python2-openstackdocstheme,
python2-parso, python2-parted, python2-phonenumbers, python2-plotly,
python2-prometheus-client, python2-pyarrow, python2-pyaudio,
python2-pycryptodome, python2-pycurl, python2-pyhamcrest,
python2-pyinotify, python2-pynacl, python2-pynamecheap,
python2-pyopengl-accelerate, python2-pyro, python2-pyte,
python2-pytest-bootstrap, python2-quex, python2-quex,
python2-requests-file, python2-rfc3986, python2-scientific,
python2-semver,
python2-send2trash, python2-shapely, python2-six-bootstrap,
python2-sphinx-gallery, python2-stdnum, python2-subunit-bootstrap,
python2-tempdir, python2-testrepository-bootstrap,
python2-testresources-bootstrap, python2-testscenarios-bootstrap,
python2-testtools-bootstrap, python2-tldextract, python2-trezor,
python2-trezor-agent, python2-txamqp, python2-typing, python2-urlgrabber,
python2-whatever, python2-whisper, python2-yapf, qbittorrent, qd, qjackrcd,
qmpbackup, qqc2-desktop-style, qtfaststart, qtoctave, qtwebglplugin,
qtwebview, quakespasm, r-abbyyr, r-abc, r-abc-data, r-abind, r-algdesign,
r-amap, r-analytics, r-argparser, r-arules, r-bayseq, r-beachmat, r-bibtex,
r-bsgenome-dmelanogaster-ucsc-dm3-masked,
r-bsgenome-dmelanogaster-ucsc-dm6, r-bsgenome-hsapiens-ucsc-hg19-masked,
r-bsgenome-mmusculus-ucsc-mm9-masked, r-callr, r-cardata, r-catdap,
r-catterplots, r-cgdsr, r-cghbase, r-cghcall, r-chipcomp, r-chippeakanno,
r-cli, r-codedepends, r-colorout, r-complexplus, r-cubature, r-debugme,
r-delayedmatrixstats, r-desolve, r-diffbind, r-diffusionmap,
r-diversitree,
r-dosnow, r-dropbead, r-dtw, r-dyn, r-ellipse, r-expm, r-extradistr,
r-factoextra, r-factominer, r-feather, r-flashclust, r-fractal, r-gclus,
r-genomicinteractions, r-geometry, r-geosphere, r-ggjoy, r-ggmap, r-ggpubr,
r-ggridges, r-ggsci, r-ggseqlogo, r-ggsignif, r-gsubfn, r-haven,
r-hdf5array, r-hdf5r, r-heatmaply, r-hpar, r-ica, r-idr, r-ifultools,
r-import, r-interactionset, r-jomo, r-jpeg, r-later, r-leaps, r-learnr,
r-magic, r-mapproj, r-maps, r-maptools, r-marray, r-metap, r-mitml,
r-modelr, r-multtest, r-nbclust, r-network, r-np, r-openxlsx, r-pan,
r-parsedate, r-pastecs, r-phangorn, r-phontools, r-pillar, r-pls,
r-powerplus, r-processx, r-promises, r-prroc, r-qap, r-qdnaseq, r-quantmod,
r-radiant-data, r-rappdirs, r-rbiofabric, r-readxl, r-regioner, r-reprex,
r-reticulate, r-rgooglemaps, r-rhdf5lib, r-riboprofiling, r-riboseqr,
r-rio, r-ripseeker, r-riverplot, r-rsolnp, r-rvest, r-sapa, r-scater,
r-scatterplot3d, r-scran, r-sdmtools, r-selectr, r-seriation, r-shinyace,
r-shinydashboard, r-signal, r-singlecellexperiment, r-smoother, r-sna,
r-snowfall, r-splus2r, r-sqldf, r-squarem, r-statnet-common, r-subplex,
r-tidyverse, r-tinytex, r-trend, r-truncnorm, r-tsa, r-tseries, r-tsp,
r-ttr, r-urca, r-utf8, r-uuid, r-venndiagram, r-vim, r-webshot, r-wmtsa,
r-writexl, r-xfun, r-zip, ranger, rawtherapee, rct, rename, restic, rhash,
rk3399-cortex-m0, robocut, rtags, ruby-asciidoctor, ruby-asciimath,
ruby-bacon-bits, ruby-bond, ruby-contest, ruby-creole, ruby-czmq-ffi-gen,
ruby-cztop, ruby-data_uri, ruby-erubis, ruby-iruby, ruby-mimemagic,
ruby-mocha-on-bacon, ruby-org-ruby, ruby-rack-protection, ruby-rack-test,
ruby-rake, ruby-ruby-engine, ruby-rubypants, ruby-sporkmonger-rack-mount,
runc, rust, rust, rust, rust, rxcpp, s6-linux-init, sailfish, sala, salmon,
screen-message, scummvm, selene, shaderc, shadowsocks, silkaj, singularity,
sipcalc, sjcount, skopeo, sl, snap, snapscreenshot, sonivox-eas,
sound-juicer, spatialite-gui, spindle, spirv-headers, spirv-tools,
sqlite-with-fts5, squashfs-tools-next, src, stalin, streamlink, strongswan,
subdl, supercollider, tcalc, terraform-docs, texlive-fonts-iwona,
the-butterfly-effect, tinyscheme, tmate, trezor-agent, twinkle, twitchy,
u-boot-a20-olinuxino-lime, u-boot-a20-olinuxino-lime2,
u-boot-a20-olinuxino-micro, u-boot-am335x-boneblack,
u-boot-bananapi-m2-ultra, u-boot-cubieboard, u-boot-mx6cuboxi,
u-boot-nintendo-nes-classic-edition, u-boot-novena, u-boot-pine64-plus,
u-boot-puma-rk3399, u-boot-tools, u-boot-vexpress-ca9x4,
u-boot-wandboard,
ubuntu-keyring, ucl, uefitool, umoci, uncrustify, unittest-cpp, upx,
uthash, vboot-utils, vigra-c, virtualgl, vkd3d, vkquake, vowpal-wabbit,
vsftpd, vulkan-headers, vulkan-icd-loader, vulkan-loader, wesnoth-server,
whysynth, wine-staging, wine-staging-patchset-data, wine64-staging,
workrave, wpa-supplicant-gui, xapers, xfburn, xmlsec-nss, xonotic,
xorgproto, xsimd, xss-lock, xtensor, xtl, xxhash, yamagi-quake2,
youtube-viewer, yubico-piv-tool, zyre
*** 2231 package updates
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
** Programming interfaces
*** ‘gnu-build-system’ now includes a ‘bootstrap’ phase to run
‘autoreconf’
*** ‘gnu-build-system’ dumps contents of ‘test-suite.log’ upon test
failures
*** ‘gnu-build-system’ now copies license files to the output
*** ‘emacs-build-system’ has an improved ‘check’ phase
*** New build systems: ‘android-ndk’
*** New ‘with-extensions’ form for G-expressions
*** New (guix self) module, used by ‘guix pull’
*** New (guix store database) and (guix store deduplication) modules
*** The ‘guix-register’ C++ program no longer is
(<https://bugs.gnu.org/31088>)
*** ‘invoke’ from (guix build utils) is now recommended over ‘system*’
*** More of the (gnu services …) APIs are now non-monadic
** Noteworthy bug fixes
*** ‘guix pull’ doesn’t keep rebuilding all of Guix
(<https://bugs.gnu.org/27284>)
*** ‘guix pack’ now honors package transformation options
*** ‘guix package --search’ no longer shows superseded packages
(<https://bugs.gnu.org/30566>)
*** ‘guix offload test’ reports errors more nicely
(<https://bugs.gnu.org/28057>)
*** postgresql service is started through ‘pg_ctl’
(<https://bugs.gnu.org/29992>)
*** ‘urandom-seed’ service is now a dependency of ‘user-processes’
(<https://bugs.gnu.org/29773>)
*** ‘fuse’ kernel module is now automatically loaded on demand
(<https://bugs.gnu.org/22050>)
*** ‘guix pack --localstatedir’ now produces a bit-reproducible database
(<https://bugs.gnu.org/21073>)
*** Package lookups by name and version correctly honor version prefixes
(<https://bugs.gnu.org/28446>)
*** ‘guix pull --commit’ now accepts show commit IDs
(<https://bugs.gnu.org/30716>)
** Native language support
*** The manual can now be translated and is partially translated into French
To read the French manual, just type “info guix.fr” or read it on-line
at
<https://gnu.org/s/guix/manual/fr/html_node>. Consider translating the manual
<https://translationproject.org/domain/guix-manual.html>.
*** Updated translations: da, fr, hu, pt_BR, zh_CN
*** New translations: es (Spanish)
7 Adam Massmann
2 Adam Van Ymeren
1 Adam Zimmerman
11 Adriano Peluso
13 Alex Kost
3 Alex Sassmannshausen
21 Alex Vong
8 Alex ter Weele
8 Andreas Enge
3 Andy Patterson
1 Andy Wingo
46 Arun Isaac
3 Ben Sturmfels
35 Ben Woodcroft
11 Björn Höfling
1 Brendan Tildesley
2 Caleb Ristvedt
9 Charlie Ritter
19 Chris Marusich
79 Christopher Baines
4 Christopher Lemmer Webber
61 Clément Lassieur
189 Danny Milosavljevic
1 Dave Love
14 David Thompson
6 Diego Nicola Barbato
373 Efraim Flashner
29 Eric Bavier
1 Ethan R. Jones
4 Feng Shu
35 Fis Trivial
1 George Clemmer
29 Gábor Boskovits
23 Hartmut Goebel
10 Jan Nieuwenhuizen
1 Jane Baines
16 Jelle Licht
1 Jonathan Brielmaier
3 Jovany Leandro G.C
166 Julien Lepiller
65 Kei Kebreau
27 Konrad Hinsen
3 Kyle Meyer
349 Leo Famulari
591 Ludovic Courtès
1 Manolis Ragkousis
674 Marius Bakke
491 Mark H Weaver
8 Mark Meyer
2 Martin Castillo
1 Mason Hock
9 Mathieu Lirzin
29 Mathieu Othacehe
52 Maxim Cournoyer
2 Mike Gerwitz
1 Nadya Voronova
68 Nicolas Goaziou
4 Nikolai Merinov
69 Nils Gillmann
196 Oleg Pykhalov
3 Paul Garlick
6 Peter Kreye
2 Peter Mikkelsen
11 Pierre Langlois
61 Pierre Neidhardt
4 Pierre-Antoine Rouby
2 Pjotr Prins
4 Rene
1075 Ricardo Wurmus
1 Robin Templeton
72 Roel Janssen
28 Rouby Pierre-Antoine
191 Rutger Helling
4 Sahithi Yarlagadda
1 Sandeep Subramanian
6 Sohom Bhattacharjee
27 Sou Bunnbu (宋文武)
3 Stefan Reichör
1 Stefan Stefanović
1 Taylan Ulrich Bayırlı/Kammer
7 Theodoros Foradis
4 Thomas Danckaert
1 Thorsten Wilms
1 Tim Gesthuizen
9 Timothy Sample
1506 Tobias Geerinckx-Rice
9 Tomáš Čech
8 Tonton
15 Vagrant Cascadian
5 Vasile Dumitrascu
1 Vijayalakshmi
2 Vijayalakshmi Vedantham
1 YOANN P
1 Z. Ren
2 amirouche
2 fis
1 mephi42
10 nee
2 okapi
38 rsiddharth
Ludovic, on behalf of the Guix team.
Loading...