guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libedit: Update to 20170329-3.1.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: libedit: Update to 20170329-3.1.
Date: Mon, 15 Jan 2018 01:28:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 85389321f023f3de2d454237d06d4014454da907
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 15 07:28:38 2018 +0100

    gnu: libedit: Update to 20170329-3.1.
    
    * gnu/packages/libedit.scm (libedit): Update to 20170329-3.1.
    [arguments]: Remove deprecated ‘--enable-widec’ from #:configure-flags.
---
 gnu/packages/libedit.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/libedit.scm b/gnu/packages/libedit.scm
index 7cb2de9..9f6f1d0 100644
--- a/gnu/packages/libedit.scm
+++ b/gnu/packages/libedit.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Federico Beffa <address@hidden>
 ;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,7 +28,7 @@
 (define-public libedit
   (package
     (name "libedit")
-    (version "20150325-3.1")
+    (version "20170329-3.1")
     (source
      (origin
       (method url-fetch)
@@ -35,9 +36,8 @@
                           "/" name "-" version ".tar.gz"))
       (sha256
        (base32
-        "1if8zi9h52m80ck796an28rrqfljk2n8cn25m3fl0prwz155x2n8"))))
+        "1gnlgl0x8g9ky59s70nriy5gv47676d1s4ypvbv8y11apl7xkwli"))))
     (build-system gnu-build-system)
-    (arguments `(#:configure-flags (list "--enable-widec")))
     (inputs
      `(("ncurses" ,ncurses)))
     (home-page "https://thrysoee.dk/editline/";)
@@ -48,5 +48,3 @@ library (libedit).  This Berkeley-style licensed command line 
editor library
 provides generic line editing, history, and tokenization functions, similar to
 those found in GNU Readline.")
     (license bsd-3)))
-
-;;; libedit.scm ends here



reply via email to

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