Age | Commit message (Expand) | Author |
---|---|---|
2019-02-07 | gnu: Add dune-geometry....* gnu/packages/maths.scm (dune-geometry): New variable. | Ricardo Wurmus |
2019-02-07 | gnu: Add dune-common....* gnu/packages/maths.scm (dune-common): New variable. | Ricardo Wurmus |
2019-02-07 | gnu: Add coq-autosubst...* gnu/packages/coq.scm (coq-autosubst): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> | Dan Frumin |
2019-02-07 | gnu: linux-libre: Update to 4.20.7....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.7. (%linux-libre-hash): Update hash. | Mark H Weaver |
2019-02-07 | gnu: linux-libre@4.19: Update to 4.19.20....* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.20. (%linux-libre-4.19-hash): Update hash. | Mark H Weaver |
2019-02-07 | gnu: linux-libre@4.14: Update to 4.14.98....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.98. (%linux-libre-4.14-hash): Update hash. | Mark H Weaver |
2019-02-07 | gnu: linux-libre@4.9: Update to 4.9.155....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.155. | Mark H Weaver |
2019-02-07 | gnu: linux-libre@4.4: Update to 4.4.173....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.173. | Mark H Weaver |
2019-02-07 | gnu: Add emacs-redshank....* gnu/packages/emacs-xyz.scm (emacs-redshank): New variable. | Pierre Neidhardt |
2019-02-07 | gnu: openmpi: Add dependency on SLURM....This allows users to run Open MPI programs with 'srun'. * gnu/packages/mpi.scm (openmpi)[inputs]: Add SLURM. [arguments]: Add "--with-pmi" to #:configure-flags. | Ludovic Courtès |
2019-02-07 | gnu: flatpak: Update to 1.2.0....* gnu/packages/package-management.scm (flatpak): Update to 1.2.0. | Rutger Helling |
2019-02-07 | gnu: python2-rope: Update to 0.11.0...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 | Brett Gilio |
2019-02-07 | gnu: python-configargparse: Update to 0.14.0....* gnu/packages/python-xyz.scm (python-configargparse): Update to 0.14.0. | Vagrant Cascadian |
2019-02-07 | gnu: python-wheel: Update to 0.32.2....* gnu/packages/python-xyz.scm (python-wheel): Update to 0.32.2. | Vagrant Cascadian |
2019-02-06 | gnu: Add datefudge....* gnu/packages/time.scm (datefudge): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Kyle Meyer |
2019-02-06 | gnu: iproute2: Update to 4.20.0....* gnu/packages/linux.scm (iproute): Update to 4.20.0. | Ludovic Courtès |
2019-02-06 | gnu: abcde: Update to 2.9.3....* gnu/packages/cdrom.scm (abcde): Update to 2.9.3. [source]: Update snippet. | Kei Kebreau |
2019-02-06 | gnu: star: Update to 2.7.0b....* gnu/packages/bioinformatics.scm (star): Update to 2.7.0b. [arguments]: Add "add-missing-header" build phase. | Ricardo Wurmus |
2019-02-06 | gnu: wxmaxima: Update to 19.01.3....* gnu/packages/maths.scm (wxmaxima): Update to 19.01.3. | Kei Kebreau |
2019-02-06 | gnu: maxima: Update to 5.42.2....* gnu/packages/maths.scm (maxima): Update to 5.42.2. | Kei Kebreau |
2019-02-06 | gnu: emacs-lispyville: Update to 20181217....* gnu/packages/emacs-xyz.scm (emacs-lispyville): Update to 20181217. | Pierre Neidhardt |
2019-02-06 | gnu: emacs-lispy: Update to 20190205....* gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 20190205. | Pierre Neidhardt |
2019-02-06 | gnu: emacs-evil-collection: Update to 20190206....* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20190206. | Pierre Neidhardt |
2019-02-06 | gnu: emacs-evil: Update to 1.2.14....* gnu/packages/emacs-xyz.scm (emacs-evil): Update to 1.2.14. | Pierre Neidhardt |
2019-02-06 | gnu: Add guile-squee....* gnu/packages/guile-xyz.scm (guile-squee): New variable. | Christopher Baines |
2019-02-06 | gnu: ocaml-splittable-random: Change @defn to @acronym....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. | Christopher Baines |
2019-02-06 | gnu: ocaml-spawn: Add missing @end itemize to description....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. | Christopher Baines |
2019-02-06 | gnu: mpop: Update to 1.4.2....* gnu/packages/mail.scm (mpop): Update to 1.4.2. | Arun Isaac |
2019-02-05 | gnu: musescore: Update to 3.0.2....* 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. | Nicolas Goaziou |
2019-02-05 | gnu: Add ocaml-core-kernel....* gnu/packages/ocaml.scm (ocaml-core-kernel): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-core....* gnu/packages/ocaml.scm (ocaml-core): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-spawn....* gnu/packages/ocaml.scm (ocaml-spawn): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-configurator....* gnu/packages/ocaml.scm (ocaml-configurator): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-jane-street-headers....* gnu/packages/ocaml.scm (ocaml-jane-street-headers): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-splittable-random....* gnu/packages/ocaml.scm (ocaml-splittable-random): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-ppx-jane....* gnu/packages/ocaml.scm (ocaml-ppx-jane): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-ppx-bin-prot....* gnu/packages/ocaml.scm (ocaml-ppx-bin-prot): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-ppx-base....* gnu/packages/ocaml.scm (ocaml-ppx-base): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-ppx-typerep-conv....* gnu/packages/ocaml.scm (ocaml-ppx-typerep-conv): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-ppx-js-style....* gnu/packages/ocaml.scm (ocaml-ppx-js-style): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-ppx-expect....* gnu/packages/ocaml.scm (ocaml-ppx-expect): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-ppx-assert....* gnu/packages/ocaml.scm (ocaml-ppx-assert): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-ppx-fail....* gnu/packages/ocaml.scm (ocaml-ppx-fail): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-ppx-let....* gnu/packages/ocaml.scm (ocaml-ppx-let): New variable. | Julien Lepiller |
2019-02-05 | gnu: add ocaml-ppx-optcomp....* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-ppx-optional....* gnu/packages/ocaml.scm (ocaml-ppx-optional): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-ppx-pipebang....* gnu/packages/ocaml.scm (ocaml-ppx-pipebang): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-ppx-sexp-message....* gnu/packages/ocaml.scm (ocaml-ppx-sexp-message): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-ppx-sexp-value....* gnu/packages/ocaml.scm (ocaml-ppx-sexp-value): New variable. | Julien Lepiller |
2019-02-05 | gnu: Add ocaml-typerep....* gnu/packages/ocaml.scm (ocaml-typerep): New variable. | Julien Lepiller |