Age | Commit message (Collapse) | Author |
|
* gnu/packages/statistics.scm (r-testthat): Update to 1.0.2.
|
|
* gnu/packages/statistics.scm (r-knitr): Update to 1.13.
|
|
* gnu/packages/statistics.scm (r-highr): Update to 0.6.
|
|
* gnu/packages/statistics.scm (r-formatr): Update to 1.4.
|
|
* gnu/packages/statistics.scm (r-evaluate): Update to 0.9.
|
|
* gnu/packages/statistics.scm (r-bh): Update to 1.60.0-2.
|
|
* gnu/packages/statistics.scm (r-dbi): Update to 0.4-1.
|
|
* gnu/packages/statistics.scm (r-rcpp): Update to 0.12.5.
|
|
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.24.2.
|
|
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.2.2.
|
|
* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.6.2.
|
|
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.34.2.
|
|
* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.18.1.
|
|
* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.8.1.
|
|
* gnu/packages/linux.scm (btrfs-progs): Update to 4.5.3.
|
|
* gnu/packages/jemalloc.scm (jemalloc): Update to 4.2.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/patches/expat-CVE-2015-1283-refix.patch,
gnu/packages/patches/expat-CVE-2016-0718.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xml.scm (expat)[replacement]: New field.
(expat/fixed): New variable.
[source]: Use new patches.
|
|
* gnu/packages/maths.scm (flann)[arguments]: Add #:phases.
|
|
* gnu/packages/python.scm (python-2): Rename variable to...
(python-2.7): ...this.
(python-2): Refer to "python-2.7".
(python): Rename variable to...
(python-3.4): ...this.
(python-3): Refer to "python-3.4".
(python): Refer to "python-3".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/maths.scm (flann)[arguments]: Add #:strip-directories.
|
|
* gnu/packages/statistics.scm (r-biased-urn): New variable.
|
|
* gnu/packages/image.scm (giflib)[arguments]: Use 'modify-phases'.
|
|
* gnu/packages/image.scm (giflib): Update to 5.1.4.
|
|
* gnu/packages/emacs.scm (emacs-smartparens): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* .mailmap: Add Kei Kebreau.
* gnu/local.mk: Replace "Kei Yamashita" with "Kei Kebreau".
* gnu/packages/calendar.scm: Likewise.
* gnu/packages/dillo.scm: Likewise.
* gnu/packages/fltk.scm: Likewise.
* gnu/packages/game-development.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/gtk.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/xfce.scm: Likewise.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/maths.scm (octave): Update to 4.0.2.
[inputs]: Added cyrus-sasl, openssl.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/linux.scm (ntfs-3g): New variable.
|
|
* gnu/packages/gnustep.scm (wmbattery)[source](snippet): New field.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/qt.scm (qtkeychain): Update to 0.6.2.
|
|
* gnu/packages/web.scm (krona-tools): New variable.
|
|
* gnu/packages/hurd.scm (hurd-headers): Update to version 0.8.
|
|
* gnu/packages/hurd.scm (mig): Update to version 1.7.
|
|
* gnu/packages/hurd.scm (gnumach-headers): Update to version 1.7.
|
|
* gnu/packages/bioinformatics.scm (diamond)[arguments]: Do not
specify target architecture.
|
|
* gnu/packages/bioinformatics.scm (piranha): New variable.
|
|
* gnu/packages/python.scm (python2-pandas)[native-inputs]: Use python2-
versions of python-panda's native-inputs, not of inputs.
|
|
* gnu/packages/crypto.scm (signify): New variable.
|
|
* gnu/packages/networking.scm (libndp): Update to 1.6.
|
|
* gnu/packages/emacs.scm (emacs-zenburn-theme): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/patches/gd-CVE-2016-3074.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gd.scm (gd)[source]: Use it.
|
|
* gnu/packages/gd.scm (gd)[properties]: New field.
|
|
* guix/scripts/lint.scm (package-name->cpe-name): Remove.
(package-vulnerabilities): Honor 'cpe-name' and 'cpe-version'
properties.
* gnu/packages/grub.scm (grub)[properties]: New field.
* gnu/packages/gnuzilla.scm (icecat)[properties]: Add 'cpe-name' and
'cpe-version'.
* doc/guix.texi (Invoking guix lint): Mention 'cpe-name'.
|
|
* gnu/packages/patches/emacs-constants-lisp-like.patch: Remove it.
* gnu/local.mk (dist_patch_DATA): Remove entry for above patch.
|
|
* guix/store.scm (query-path-hash): Clarify docstring.
|
|
Previously, something like 'guix import gnu which' would spit out a
backtrace if, say, the 'which' tarball could not be authenticated.
* guix/upstream.scm (download-tarball): Mention failure modes in
docstring.
* guix/import/gnu.scm (gnu-package->sexp): Return #f when
'download-tarball' returns #f.
* guix/scripts/import.scm (guix-import): Call 'leave' when IMPORTER does
not return a (package ...) sexp.
|
|
* guix/scripts/import.scm (guix-import): Use 'leave' instead of 'format'
when IMPORTER is unknown.
|
|
* gnu/packages/emacs.scm (emacs-constants): Change to versioned repository and
update to 2.6.
|
|
* gnu/packages/bioinformatics.scm (sortmerna): Update to 2.1b.
[inputs]: New field.
|
|
* gnu/packages/bioinformatics.scm (vsearch): Update to 1.11.1.
|
|
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.1.
[source]: Remove 'snippet'.
[build-system]: Use cmake-build-system.
[arguments]: Remove modifications to phases.
[native-inputs]: Remove field.
[inputs]: Remove 'boost'.
|