summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-07gnu: python2-rope: Update to 0.11.0Brett Gilio
From 1e6322de0c3227827176fb460a11da21a6bba08d Mon Sep 17 00:00:00 2001 From: Brett Gilio <brettg@posteo.net> Date: Wed, 6 Feb 2019 15:23:56 -0600 Subject: [PATCH] gnu: python2-rope: Update to 0.11.0 * gnu/packages/python-xyz.scm (python2-rope): Update to 0.11.0
2019-02-07gnu: python-configargparse: Update to 0.14.0.Vagrant Cascadian
* gnu/packages/python-xyz.scm (python-configargparse): Update to 0.14.0.
2019-02-07gnu: python-wheel: Update to 0.32.2.Vagrant Cascadian
* gnu/packages/python-xyz.scm (python-wheel): Update to 0.32.2.
2019-02-06gnu: Add datefudge.Kyle Meyer
* gnu/packages/time.scm (datefudge): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-02-06gnu: iproute2: Update to 4.20.0.Ludovic Courtès
* gnu/packages/linux.scm (iproute): Update to 4.20.0.
2019-02-06monads, gexp: Prevent redefinition of syntax parameters.Ludovic Courtès
Fixes <https://bugs.gnu.org/27476>. This fixes multi-threaded compilation of this code where syntax parameters could end up being redefined and where a race condition could lead a thread to see the "wrong" value of the syntax parameter. * guix/monads.scm (define-syntax-parameter-once): New macro. (>>=, return): Use it. * guix/gexp.scm (define-syntax-parameter-once): New macro. (current-imported-modules, current-imported-extensions): Use it.
2019-02-06daemon: Emit a 'build-succeeded' event in check mode.Ludovic Courtès
Until now, something like "guix build sed -v1 --check" would not get a 'build-succeeded' event, which in turn meant that the spinner would not be erased upon build completion. * nix/libstore/build.cc (DerivationGoal::registerOutputs): When 'buildMode' is bmCheck and 'settings.printBuildTrace' emit a "@ build-succeeded" trace upon success. * tests/store.scm ("build-succeeded trace in check mode"): New test.
2019-02-06gnu: abcde: Update to 2.9.3.Kei Kebreau
* gnu/packages/cdrom.scm (abcde): Update to 2.9.3. [source]: Update snippet.
2019-02-06gnu: star: Update to 2.7.0b.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (star): Update to 2.7.0b. [arguments]: Add "add-missing-header" build phase.
2019-02-06gnu: wxmaxima: Update to 19.01.3.Kei Kebreau
* gnu/packages/maths.scm (wxmaxima): Update to 19.01.3.
2019-02-06gnu: maxima: Update to 5.42.2.Kei Kebreau
* gnu/packages/maths.scm (maxima): Update to 5.42.2.
2019-02-06gnu: emacs-lispyville: Update to 20181217.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-lispyville): Update to 20181217.
2019-02-06gnu: emacs-lispy: Update to 20190205.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 20190205.
2019-02-06gnu: emacs-evil-collection: Update to 20190206.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20190206.
2019-02-06gnu: emacs-evil: Update to 1.2.14.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-evil): Update to 1.2.14.
2019-02-06gnu: Add guile-squee.Christopher Baines
* gnu/packages/guile-xyz.scm (guile-squee): New variable.
2019-02-06gnu: ocaml-splittable-random: Change @defn to @acronym.Christopher Baines
I see an error when running guix package -s relating to this: Throw to key `parser-error' with args `(#f "Unknown command" defn)'. * gnu/packages/ocaml.scm (ocaml-splittable-random)[description]: Change @defn to @acronym.
2019-02-06gnu: ocaml-spawn: Add missing @end itemize to description.Christopher Baines
As otherwise this error appears when running things like guix package -s: texinfo.scm:745:27: Throw to key `parser-error' with args `(#<input: string 35ad0e0> "EOF while reading a token " "reading char data")'. * gnu/packages/ocaml.scm (ocaml-spawn)[description]: Add @end itemize to the end.
2019-02-06gnu: mpop: Update to 1.4.2.Arun Isaac
* gnu/packages/mail.scm (mpop): Update to 1.4.2.
2019-02-05gnu: musescore: Update to 3.0.2.Nicolas Goaziou
* gnu/packages/music.scm (musescore): Update to 3.0.2. [source]: Add patch. * gnu/packages/patches/musescore-fix-use_webengine.patch: New file. * gnu/local.mk (dist_patch_DATA): Reference patch.
2019-02-05gnu: Add ocaml-core-kernel.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-core-kernel): New variable.
2019-02-05gnu: Add ocaml-core.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-core): New variable.
2019-02-05gnu: Add ocaml-spawn.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-spawn): New variable.
2019-02-05gnu: Add ocaml-configurator.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-configurator): New variable.
2019-02-05gnu: Add ocaml-jane-street-headers.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-jane-street-headers): New variable.
2019-02-05gnu: Add ocaml-splittable-random.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-splittable-random): New variable.
2019-02-05gnu: Add ocaml-ppx-jane.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-jane): New variable.
2019-02-05gnu: Add ocaml-ppx-bin-prot.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-bin-prot): New variable.
2019-02-05gnu: Add ocaml-ppx-base.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-base): New variable.
2019-02-05gnu: Add ocaml-ppx-typerep-conv.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-typerep-conv): New variable.
2019-02-05gnu: Add ocaml-ppx-js-style.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-js-style): New variable.
2019-02-05gnu: Add ocaml-ppx-expect.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-expect): New variable.
2019-02-05gnu: Add ocaml-ppx-assert.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-assert): New variable.
2019-02-05gnu: Add ocaml-ppx-fail.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-fail): New variable.
2019-02-05gnu: Add ocaml-ppx-let.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-let): New variable.
2019-02-05gnu: add ocaml-ppx-optcomp.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): New variable.
2019-02-05gnu: Add ocaml-ppx-optional.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-optional): New variable.
2019-02-05gnu: Add ocaml-ppx-pipebang.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-pipebang): New variable.
2019-02-05gnu: Add ocaml-ppx-sexp-message.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-message): New variable.
2019-02-05gnu: Add ocaml-ppx-sexp-value.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-value): New variable.
2019-02-05gnu: Add ocaml-typerep.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-typerep): New variable.
2019-02-05gnu: Add ocaml-ppx-here.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-here): New variable.
2019-02-05gnu: Add ocaml-ppx-bench.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-bench): New variable.
2019-02-05gnu: Add ocaml-ppx-enumerate.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-enumerate): New variable.
2019-02-05gnu: Add ocaml-ppx-hash.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-hash): New variable.
2019-02-05gnu: Add ocaml-octavius.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-octavius): New variable.
2019-02-05gnu: Add ocaml-bin-prot.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-bin-prot): New variable.
2019-02-05gnu: Add ocaml-ppx-custom-printf.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-custom-printf): New variable.
2019-02-05gnu: Add ocaml-ppx-variants-conv.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-variants-conv): New variable.
2019-02-05gnu: Add ocaml-ppx-sexp-conv.Julien Lepiller
* gnu/packaes/ocaml.scm (ocaml-ppx-sexp-conv): New variable.