gnu: libedit: Update to 20191025-3.1.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 29 Oct 2019 22:52:20 +0000 (23:52 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 30 Oct 2019 03:28:58 +0000 (04:28 +0100)
* gnu/packages/libedit.scm (libedit): Update to 20191025-3.1.

gnu/packages/libedit.scm

index 7681677..a0a2cc6 100644 (file)
 (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)))