aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEric Le Bihan <eric.le.bihan.dev@free.fr>2016-07-28 20:05:54 +0200
committerLudovic Courtès <ludo@gnu.org>2016-07-29 17:29:50 +0200
commit2f016ac150dbb36222771d9fdce5bae302f6a88e (patch)
tree68a6b6232beffc52ede8e8cd0ca85c0186ba7bf3 /gnu
parent892aa89477c24511d22135d711b614a01dcff74f (diff)
downloadguix-2f016ac150dbb36222771d9fdce5bae302f6a88e.tar.gz
guix-2f016ac150dbb36222771d9fdce5bae302f6a88e.zip
gnu: execline: Update to 2.1.5.0.
* gnu/packages/skarnet.scm (execline): Update to 2.1.5.0. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/skarnet.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index a5e99132bc..6d6239d0b7 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -51,7 +51,7 @@ and file system operations. It is used by all skarnet.org software.")
(define-public execline
(package
(name "execline")
- (version "2.1.2.2")
+ (version "2.1.5.0")
(source
(origin
(method url-fetch)
@@ -59,7 +59,7 @@ and file system operations. It is used by all skarnet.org software.")
version ".tar.gz"))
(sha256
(base32
- "01pckac5zijf6icrhwicbmq92yq68gfkf1yl03rr2v4q3cn8r85f"))))
+ "0hhirdmyh3sj9qagkis7addmmdvyic717wkb6ym3n63kvfk0adla"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)))
(arguments
class='msg-avail'>...Ludovic Courtès 2019-01-06build-self: Don't clobber the output port....Ludovic Courtès 2018-09-13Merge branch 'master' into core-updatesLeo Famulari 2018-09-13build-self: Emit a useful message upon error....Ludovic Courtès 2018-09-13build-self: Add a dummy (git) module to 'compute-guix-derivation'....Ludovic Courtès 2018-09-09Merge branch 'master' into core-updatesMarius Bakke 2018-09-06build-self: Accomodate upgrades from May 2016 and earlier....Ludovic Courtès 2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès 2018-07-27build-self: Default to Guile 2.2 when building a standalone Guix....Ludovic Courtès 2018-07-27gnu: guile: Remove version 2.2.2....Ludovic Courtès 2018-06-26build-self: Inherit the daemon connection from the parent process....Ludovic Courtès 2018-06-21build-self: Avoid recompilations of 'compute-guix-derivation'....Ludovic Courtès 2018-06-18self: Define derived '-directory' variables in config.scm....Ludovic Courtès 2018-06-18build-self: Do not rely on '%store-database-directory'....Ludovic Courtès 2018-06-18build: Remove checks for 'nix-instantiate'....Ludovic Courtès 2018-06-18self: Make (guix config) generation really stateless....Ludovic Courtès 2018-06-09self: Produce a complete package with the 'guix' command....Ludovic Courtès 2018-04-08build-self: Add missing 'close-pipe' call....Ludovic Courtès 2018-04-08build-self: Use (guix self)....Ludovic Courtès 2018-02-15pull: Update the %sbindir variable in (guix config) when building....Diego Nicola Barbato 2017-12-13pull: Add (guix profiling) to the build environment....Ludovic Courtès 2017-12-07pull: Build with an ABI-compatible Guile....Ludovic Courtès 2017-11-21Revert "Add (guix self) and use it when pulling."...Ludovic Courtès 2017-11-21Add (guix self) and use it when pulling....Ludovic Courtès 2017-10-23pull: Add (guix build compile) to the mix....Ludovic Courtès 2017-08-02pull: Fetch source code from Git....Ludovic Courtès 2017-06-09pull: Add a dependency to guile-git....Mathieu Othacehe 2017-05-09pull: Build with the matching Guile major version....Ludovic Courtès