summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: daemontools: Don't assume sources match NAME.Tobias Geerinckx-Rice2019-02-08
| | | | | * gnu/packages/admin.scm (daemontools)[source, argumenst]: Hard-code name.
* gnu: nnn: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/admin.scm (nnn)[source]: Hard-code name.
* gnu: thefuck: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-08
| | | | | * gnu/packages/admin.scm (thefuck)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: masscan: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-08
| | | | | * gnu/packages/admin.scm (masscan)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: pam-krb5: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/admin.scm (pam-krb5)[source]: Hard-code name.
* gnu: audit: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/admin.scm (audit)[source]: Hard-code name.
* gnu: hungrycat: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/admin.scm (hungrycat)[source]: Hard-code name.
* gnu: avogadro: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-08
| | | | | * gnu/packages/chemistry.scm (avogadro)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: launchmon: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/admin.scm (launchmon)[source]: Hard-code name.
* gnu: florence: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/accessibility.scm (florence)[source]: Hard-code name.
* gnu: i3blocks: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/wm.scm (i3blocks)[source]: Use GIT-FILE-NAME.
* gnu: spice-protocol: Update to 0.12.15.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/spice.scm (spice-protocol): Update to 0.12.15.
* gnu: torsocks: Update to 2.3.0.Tobias Geerinckx-Rice2019-02-08
| | | | | | * gnu/packages/tor.scm (torsocks): Update to 2.3.0. [inputs]: Remove which. [arguments]: Update 'absolutize' substitutions.
* gnu: torsocks: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/tor.scm (torsocks)[source]: Hard-code name.
* gnu: sdl2-ttf: Update to 2.0.15.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/sdl.scm (sdl2-ttf): Update to 2.0.15.
* gnu: rcas-web: Update to 0.1.0.Ricardo Wurmus2019-02-08
| | | | | * gnu/packages/bioinformatics.scm (rcas-web): Update to 0.1.0. [inputs]: Replace guile2.2-redis with guile-redis.
* gnu: swaks: Update to 20181104.0.Arun Isaac2019-02-09
| | | | * gnu/packages/mail.scm (swaks): Update to 20181104.0.
* gnu: Add dune-pdelab.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-pdelab): New variable.
* gnu: Add dune-functions.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-functions): New variable.
* gnu: Add dune-typetree.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-typetree): New variable.
* gnu: Add dune-alugrid.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-alugrid): New variable.
* gnu: Add usbmuxd.Danny Milosavljevic2019-02-08
| | | | * gnu/packages/libusb.scm (usbmuxd): New variable.
* gnu: Add ifuse.Danny Milosavljevic2019-02-08
| | | | * gnu/packages/libusb.scm (ifuse): New variable.
* gnu: libimobiledevice: Propagate "libplist".Danny Milosavljevic2019-02-08
| | | | | | * gnu/packages/libusb.scm (libimobiledevice)[propagated-inputs]: Add libplist. [inputs]: Remove libplist.
* gnu: guile-redis: Update to 1.3.0.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/guile-xyz.scm (guile-redis): Update to 1.3.0.
* gnu: Add dune-localfunctions.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-localfunctions): New variable.
* gnu: Add dune-istl.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-istl): New variable.
* gnu: Add dune-grid.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-grid): New variable.
* gnu: umoci: Update to 0.4.4.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/virtualization.scm (umoci): Update to 0.4.4.
* gnu: guile-squee: Fix the license.Christopher Baines2019-02-08
| | | | | | | The license originally specified in the package definition was incorrect. The true license is the Lesser GNU General Public License. * gnu/packages/guile-xyz.scm (guile-squee): Change license to license:lgpl3+.
* gnu: hdf5: Upgrade to 1.8.21.Eric Bavier2019-02-07
| | | | | * gnu/packages/maths.scm (hdf5): Upgrade to 1.8.21. [source]: Make version manipulations more readable using match.
* gnu: hdf5: Remove use of deprecated MPI1 symbols.Eric Bavier2019-02-07
| | | | | | | * gnu/packages/patches/hdf5-1.8-mpi-deprecations.patch, gnu/packages/patches/hdf5-mpi-deprecations.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/maths.scm (hdf5, hdf5-1.10)[source]: Use them.
* gnu: superlu-dist: Remove use of deprecated MPI1 symbols.Eric Bavier2019-02-07
| | | | | | * gnu/packages/patches/superlu-dist-fix-mpi-deprecations.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/maths.scm (superlu-dist)[source]: Use it.
* gnu: emacs-fish-completion: Update to 1.0.Pierre Neidhardt2019-02-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-fish-completion): Update to 1.0.
* gnu: Add gpx.Tim Stahel2019-02-07
| | | | | | * gnu/packages/engineering.scm (gpx): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add dune-geometry.Ricardo Wurmus2019-02-07
| | | | * gnu/packages/maths.scm (dune-geometry): New variable.
* gnu: Add dune-common.Ricardo Wurmus2019-02-07
| | | | * gnu/packages/maths.scm (dune-common): New variable.
* gnu: Add coq-autosubstDan Frumin2019-02-07
| | | | | | * gnu/packages/coq.scm (coq-autosubst): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: linux-libre: Update to 4.20.7.Mark H Weaver2019-02-07
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.7. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.20.Mark H Weaver2019-02-07
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.20. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.98.Mark H Weaver2019-02-07
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.98. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.155.Mark H Weaver2019-02-07
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.155.
* gnu: linux-libre@4.4: Update to 4.4.173.Mark H Weaver2019-02-07
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.173.
* gnu: Add emacs-redshank.Pierre Neidhardt2019-02-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-redshank): New variable.
* gnu: openmpi: Add dependency on SLURM.Ludovic Courtès2019-02-07
| | | | | | | 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.
* gnu: flatpak: Update to 1.2.0.Rutger Helling2019-02-07
| | | | * gnu/packages/package-management.scm (flatpak): Update to 1.2.0.
* gnu: python2-rope: Update to 0.11.0Brett Gilio2019-02-07
| | | | | | | | | 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
* gnu: python-configargparse: Update to 0.14.0.Vagrant Cascadian2019-02-07
| | | | | * gnu/packages/python-xyz.scm (python-configargparse): Update to 0.14.0.
* gnu: python-wheel: Update to 0.32.2.Vagrant Cascadian2019-02-07
| | | | * gnu/packages/python-xyz.scm (python-wheel): Update to 0.32.2.
* gnu: Add datefudge.Kyle Meyer2019-02-06
| | | | | | * gnu/packages/time.scm (datefudge): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>