summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-29 23:52:20 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-30 04:28:58 +0100
commitbd189ebcc52befd8cc7a5fd96996a3d79f9b74fc (patch)
tree589ca7b221d0bbfe24b58729a86aa7737762fa37
parenta26b73b6fc064a8495762c83afd387ddda91b233 (diff)
downloadguix-bd189ebcc52befd8cc7a5fd96996a3d79f9b74fc.tar.gz
gnu: libedit: Update to 20191025-3.1.
* gnu/packages/libedit.scm (libedit): Update to 20191025-3.1.
-rw-r--r--gnu/packages/libedit.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libedit.scm b/gnu/packages/libedit.scm
index 7681677938..a0a2cc6222 100644
--- a/gnu/packages/libedit.scm
+++ b/gnu/packages/libedit.scm
@@ -29,14 +29,14 @@
 (define-public libedit
   (package
     (name "libedit")
-    (version "20190324-3.1")
+    (version "20191025-3.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "http://thrysoee.dk/editline"
                           "/libedit-" version ".tar.gz"))
       (sha256
-       (base32 "1bhvp8xkkgrg89k4ci1k8vjl3nhb6szd4ghy9lp4jrfgq58hz3xc"))))
+       (base32 "0fdznw6fklis39xqk30ihw8dl8kdw9fzq1z42jmbyy6lc1k07zvd"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)))