guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: libedit: Update to 20191025-3.1.


From: guix-commits
Subject: 03/07: gnu: libedit: Update to 20191025-3.1.
Date: Tue, 29 Oct 2019 23:29:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bd189ebcc52befd8cc7a5fd96996a3d79f9b74fc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Oct 29 23:52:20 2019 +0100

    gnu: libedit: Update to 20191025-3.1.
    
    * gnu/packages/libedit.scm (libedit): Update to 20191025-3.1.
---
 gnu/packages/libedit.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libedit.scm b/gnu/packages/libedit.scm
index 7681677..a0a2cc6 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]