guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: libedit: Update to 20190324-3.1.


From: guix-commits
Subject: 10/11: gnu: libedit: Update to 20190324-3.1.
Date: Tue, 23 Apr 2019 12:15:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 97f4ff6d291b6cc9612dbec4b45a0676c6b0834d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 23 18:12:23 2019 +0200

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

diff --git a/gnu/packages/libedit.scm b/gnu/packages/libedit.scm
index b5e20f3..7681677 100644
--- a/gnu/packages/libedit.scm
+++ b/gnu/packages/libedit.scm
@@ -1,7 +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>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2019 Gábor Boskovits <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -29,15 +29,14 @@
 (define-public libedit
   (package
     (name "libedit")
-    (version "20181209-3.1")
+    (version "20190324-3.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "http://thrysoee.dk/editline";
-                          "/" name "-" version ".tar.gz"))
+                          "/libedit-" version ".tar.gz"))
       (sha256
-       (base32
-        "0r0hc4lg71xnn0vrrk2g7is42i0k0dra7cbw3fljq3q01c6df498"))))
+       (base32 "1bhvp8xkkgrg89k4ci1k8vjl3nhb6szd4ghy9lp4jrfgq58hz3xc"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)))



reply via email to

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