summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-02gnu: Add python-grako•••* gnu/packages/python.scm (python-grako): New variable. Thomas Danckaert
2017-08-02gnu: hdf4: Update to 4.12.13.•••* gnu/packages/maths.scm (hdf4): Update to 4.12.13. Thomas Danckaert
2017-08-02gnu: libvirt: Update to 3.6.0.•••* gnu/packages/virtualization.scm (libvirt): Update to 3.6.0. Tobias Geerinckx-Rice
2017-08-02gnu: libvirt: Use HTTPS.•••* gnu/packages/virtualization.scm (libvirt)[source, home-page]: Use HTTPS. Tobias Geerinckx-Rice
2017-08-02gnu: Add r-rlang.•••* gnu/packages/statistics.scm (r-rlang): New variable. Roel Janssen
2017-08-02gnu: r-deseq2: Update to 1.16.1.•••* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.16.1. Roel Janssen
2017-08-02gnu: r-annotationforge: Update to 1.18.1.•••* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.18.1. Roel Janssen
2017-08-02gnu: r-category: Update to 2.42.1.•••* gnu/packages/bioinformatics.scm (r-category): Update to 2.42.1. Roel Janssen
2017-08-02gnu: r-biocstyle: Update to 2.4.1.•••* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.4.1. Roel Janssen
2017-08-02gnu: r-dnacopy: Update to 1.50.1.•••* gnu/packages/bioinformatics.scm (r-dnacopy): Update to 1.50.1. Roel Janssen
2017-08-02gnu: r-iranges: Update to 2.10.2.•••* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.10.2. Roel Janssen
2017-08-02gnu: r-genomeinfodb: Update to 1.12.2.•••* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.12.2. Roel Janssen
2017-08-02gnu: r-variantannotation: Update to 1.22.3.•••* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.22.3. Roel Janssen
2017-08-02gnu: r-limma: Update to 3.32.5.•••* gnu/packages/bioinformatics.scm (r-limma): Update to 3.32.5. Roel Janssen
2017-08-02gnu: r-biobase: Update to 2.36.2.•••* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.36.2. Roel Janssen
2017-08-02gnu: r-annotationdbi: Update to 1.38.2.•••* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.38.2. Roel Janssen
2017-08-02gnu: r-biomart: Update to 2.32.1.•••* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.32.1. Roel Janssen
2017-08-02gnu: r-biocparallel: Update to 1.10.1.•••* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.10.1. Roel Janssen
2017-08-02gnu: r-biostrings: Update to 2.44.2.•••* gnu/packages/bioinformatics.scm (r-biostrings): Update to 2.44.2. Roel Janssen
2017-08-02gnu: r-delayedarray: Update to 0.2.7.•••* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.2.7. Roel Janssen
2017-08-02gnu: r-summarizedexperiment: Update to 1.6.3.•••* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.6.3. Roel Janssen
2017-08-02gnu: r-genomicalignments: Update to 1.12.1.•••* gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.12.1. Roel Janssen
2017-08-02gnu: r-rtracklayer: Update to 1.36.4.•••* gnu/packages/bioinformatics.scm (r-rtracklayer): Update to 1.36.4. Roel Janssen
2017-08-02gnu: r-genomicfeatures: Update to 1.28.4.•••* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.28.4. Roel Janssen
2017-08-02gnu: r-copywriter: Update to 2.8.1.•••* gnu/packages/bioinformatics.scm (r-copywriter): Update to 2.8.1. Roel Janssen
2017-08-02gnu: r-sva: Update to 3.24.4.•••* gnu/packages/bioinformatics.scm (r-sva): Update to 3.24.4. Roel Janssen
2017-08-02gnu: r-rsqlite: Update to 2.0.•••* gnu/packages/statistics.scm (r-rsqlite): Update to 2.0. Roel Janssen
2017-08-02gnu: Add r-blob.•••* gnu/packages/statistics.scm (r-blob): New variable. Roel Janssen
2017-08-02gnu: Add r-pkgconfig.•••* gnu/packages/statistics.scm (r-pkgconfig): New variable. Roel Janssen
2017-08-02pull: Honor '--no-grafts'.•••* guix/scripts/pull.scm (guix-pull): Parameterize %GRAFT? as a function of OPTS. Ludovic Courtès
2017-08-02pull: Use the commit ID as the version string.•••* guix/scripts/pull.scm (build-from-source): Add #:commit parameter. Pass it to BUILD. (build-and-install): Add #:commit and pass it to 'build-from-source'. (guix-pull): Pass #:commit to 'build-and-install'. Ludovic Courtès
2017-08-02pull: Fetch source code from Git.•••* guix/scripts/pull.scm (%snapshot-url, with-environment-variable) (with-PATH): Remove. (ensure-guile-git!): New procedure. (%repository-url): New variable. (%default-options): Add 'repository-url' and 'ref'. (show-help, %options): Add '--commit' and '--url'. (temporary-directory, first-directory, interned-then-deleted) (unpack): Remove. (build-from-source): Rename 'tarball' to 'source'. Remove call to 'unpack'. (build-and-install): Rename 'tarball' to 'source'. (honor-lets-encrypt-certificates!, report-git-error): New procedures. (with-git-error-handling): New macro. (guix-pull)[fetch-tarball]: Remove. Wrap body in 'with-git-error-handling'. Rewrite to use 'latest-repository-commit'. * build-aux/build-self.scm (build): Print an error message and exit when GUILE-GIT is #f. * doc/guix.texi (Invoking guix pull): Mention Git. Document '--commit' and '--branch'. Ludovic Courtès
2017-08-02build: Make Guile-Git a hard requirement.•••* configure.ac: Error out when (git) is missing. * doc/guix.texi (Requirements): Mention Guile-Git. * Makefile.am (MODULES): Add guix/git.scm unconditionally. Ludovic Courtès
2017-08-01gnu: re2: Update to 2017-08-01.•••* gnu/packages/regex.scm (re2): Update to 2017-08-01. Marius Bakke
2017-08-01gnu: maim: Update to 5.4.66.•••* gnu/packages/xdisorg.scm (maim): Update to 5.4.66. Marius Bakke
2017-08-01gnu: slop: Update to 7.3.48.•••* gnu/packages/xdisorg.scm (slop): Update to 7.3.48. Marius Bakke
2017-08-01gnu: git: Update to 2.13.4.•••* gnu/packages/version-control.scm (git): Update to 2.13.4. Marius Bakke
2017-08-01gnu: r-foreign: Update hash after upstream tarball change.•••* gnu/packages/statistics.scm (r-foreign): Update hash. The only difference in the tarball is the metadata. The contents are identical. Roel Janssen
2017-08-01gnu: r-foreign: Remove duplicate recipe.•••* gnu/packages/statistics.scm (r-foreign): Remove duplicate recipe. Roel Janssen
2017-08-01graph: Provide access to the package record in the emit functions.•••* guix/graph.scm (export-graph): Pass the node to the emit functions, instead of the node's label. Roel Janssen
2017-08-01guix package: Allow `guix package -u' to fuction as before.•••This is a follow up to 6ddf97f81bb99a73f00e30ad5fc19577872b5b49 * guix/scripts/package.scm (%options) <"-u">: Only check for a flag when there is an ARG after '-u'. Efraim Flashner
2017-08-01gnu: rapidjson: Update to 1.1.0.•••* gnu/packages/web.scm (rapidjson): Update to 1.1.0. [source]: Remove snippet. Leo Famulari
2017-08-01gnu: Add pidentd.•••* gnu/packages/networking.scm (pidentd): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng0
2017-08-01gnu: hyperrogue: Update to 10.0e.•••* gnu/packages/games.scm (hyperrogue): Update to 10.0e. [arguments]: Adjust accordingly. Kei Kebreau
2017-08-01gnu: metabat: Limit to x86_64 and i686 only.•••* gnu/packages/bioinformatics.scm (metabat)[supported-systems]: New field. Efraim Flashner
2017-08-01gnu: Add emacs-yasnippet-snippets.•••* gnu/packages/emacs.scm (emacs-yasnippet-snippets): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kyle Meyer
2017-08-01gnu: emacs-yasnippet: Upgrade to 0.12.0.•••* gnu/packages/emacs.scm (emacs-yasnippet): Upgrade to 0.12.0. [source]: Remove an uninstalled directory from yas-snippet-dirs. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kyle Meyer
2017-08-01gnu: guile-ssh: Update to 0.11.2.•••* gnu/packages/ssh.scm (guile-ssh): Update to 0.11.2. [source]: Remove 'patches', 'modules', and 'snippet'. * gnu/packages/patches/guile-ssh-channel-finalization.patch, gnu/packages/patches/guile-ssh-double-free.patch, gnu/packages/patches/guile-ssh-rexec-bug.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove them. Ludovic Courtès
2017-08-01gnu: artanis: Unbundled guile-json and version according to documentation.•••* gnu/packages/guile.scm (artanis): Unbundled guile-json and version according to documentation. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Adonay Felipe Nogueira
2017-08-01lint: formatting: Detect sexp boundaries.•••* guix/scripts/lint.scm (report-formatting-issues)[last-line]: Remove. [sexp-last-line]: New procedure. Use it. Ludovic Courtès