summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: re2: Update to 2018-04-01.Marius Bakke2018-04-02
| | | | * gnu/packages/regex.scm (re2): Update to 2018-04-01.
* gnu: libconfig: Update to 1.7.2.Marius Bakke2018-04-02
| | | | | | * gnu/packages/textutils.scm (libconfig): Update to 1.7.2. [home-page]: Update to new home. [source](uri): Adjust accordingly.
* gnu: borg: Update to 1.1.5.Leo Famulari2018-04-01
| | | | | | * gnu/packages/backup.scm (borg): Update to 1.1.5. [arguments]: Allow a more recent msgpack in an 'adjust-msgpack-dependency' phase.
* gnu: mujs: Update to 1.0.3.Marius Bakke2018-04-02
| | | | * gnu/packages/javascript.scm (mujs): Update to 1.0.3.
* gnu: newsboat: Update to 2.11.1.Marius Bakke2018-04-02
| | | | * gnu/packages/syndication.scm (newsboat): Update to 2.11.1.
* gnu: linux-libre: Update to 4.15.15.Mark H Weaver2018-04-01
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.15. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.32.Mark H Weaver2018-04-01
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.32. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.92.Mark H Weaver2018-04-01
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.92.
* gnu: linux-libre@4.4: Update to 4.4.126.Mark H Weaver2018-04-01
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.126.
* gnu: libsecret: Update to 0.18.6.Tobias Geerinckx-Rice2018-04-01
| | | | * gnu/packages/gnome.scm (libsecret): Update to 0.18.6.
* gnu: emacs-git-modes: Update to 1.2.7.Tobias Geerinckx-Rice2018-04-01
| | | | * gnu/packages/emacs.scm (git-modes): Update to 1.2.7.
* gnu: python-cryptography, python-cryptography-vectors: Update to 2.2.2.Tobias Geerinckx-Rice2018-04-01
| | | | | * gnu/packages/python-crypto.scm (python-cryptography) (python-cryptography-vectors): Update to 2.2.2.
* gnu: libgnomeui: Avoid store file names in patch.Ludovic Courtès2018-03-31
| | | | | | | | This placates 'assert-no-store-file-names', which would prevent 'make dist' from succeeding. * gnu/packages/patches/libgnomeui-utf8.patch: Replace store file names with ellipses.
* build: Fix reference to non-existent 'bin/guix.in' in Makefile.am.Ludovic Courtès2018-03-31
| | | | | | | | Fixes a regression introduced in cba386c1295b7054df22dfb4662b1b92f668e2c0. Reported by Julien Lepiller <julien@lepiller.eu>. * Makefile.am (EXTRA_DIST): Rename 'bin/guix.in' to 'scripts/guix.in'.
* union: Slightly improve messages for file collisions.Ludovic Courtès2018-03-31
| | | | | * guix/build/union.scm (union-build): Indent file names upon collision. Remove "arbitrarily" from the message.
* guix package: Add '--allow-collisions'.Ludovic Courtès2018-03-31
| | | | | | | | | | | | | Fixes <https://bugs.gnu.org/30830>. Suggested by Ricardo Wurmus <rekado@elephly.net>. * guix/scripts/package.scm (build-and-use-profile): Add #:allow-collisions? and pass it to 'profile-derivation'. (show-help, %options): Add '--allow-collisions'. (manifest-action, process-actions): Pass #:allow-collisions? to 'build-and-use-profile'. * tests/guix-package.sh: Add collision test. * doc/guix.texi (Invoking guix package): Document '--allow-collisions'.
* nls: Add Spanish translation.Ludovic Courtès2018-03-31
| | | | | * po/guix/es.po: New file. * po/guix/LINGUAS: Add 'es'.
* gnu: mutt: Update to 1.9.4.Leo Famulari2018-03-31
| | | | * gnu/packages/mail.scm (mutt): Update to 1.9.4.
* gnu: Add qtoctave.Kei Kebreau2018-03-31
| | | | * gnu/packages/maths.scm (qtoctave): New variable.
* gnu: octave: Add audio and more sparse matrix support.Kei Kebreau2018-03-31
| | | | | * gnu/packages/maths.scm (octave)[inputs]: Add suitesparse, libsndfile, portaudio and alsa-lib.
* gnu: Add ghc-yesod.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell-web.scm (ghc-yesod): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ghc-conduit-extra: Update to 1.1.14.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.1.14. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-yesod-form.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell-web.scm (ghc-yesod-form): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-email-validate.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-email-validate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-yesod-persistent.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell-web.scm (ghc-yesod-pesistent): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ghc-psqueues: Disable tests.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-psqueues)[arguments]: Set #:tests? to #f. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ghc-math-functions: Disable tests.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-math-functions)[arguments]: Set #:tests? to #f. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-persistent-sqlite.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-persistent-sqlite): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-unliftio.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-unliftio): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-microlens-th.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-microlens-th): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-microlens.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-microlens): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-unliftio-core.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-unliftio-core): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-persistent-template.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-persistent-template): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-aeson-compat.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-aeson-compat): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-persistent.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-persistent): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-http-api-data.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-http-api-data): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-time-locale-compat.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-time-locale-compat): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-uri-bytestring.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-uri-bytestring): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-generics-sop.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-generics-sop): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-th-lift-instances.rsiddharth2018-03-31
| | | | | | | * gnu/packages/haskell.scm (ghc-th-lift-instances): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-attoparsec-iso8601.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-attoparsec-iso8601): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-resource-pool.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-resource-pool): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-yesod-core.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell-web.scm (ghc-yesod-core): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-clientsession.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell-web.scm (ghc-clientsession): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-cprng-aes.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell-crypto.scm (ghc-cprng-aes): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-crypto-random.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell-crypto.scm (ghc-crypto-random): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-cipher-aes.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell-crypto.scm (ghc-cipher-aes): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-crypto-cipher-tests.rsiddharth2018-03-31
| | | | | | | * gnu/packages/haskell-check.scm (ghc-crypto-cipher-tests): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-crypto-cipher-types.rsiddharth2018-03-31
| | | | | | | * gnu/packages/haskell-crypto.scm (ghc-crypto-cipher-types): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-securemem.rsiddharth2018-03-31
| | | | | | * gnu/packages/haskell.scm (ghc-securemem): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>