guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: libedit: Update to 20191231-3.1.


From: guix-commits
Subject: 05/06: gnu: libedit: Update to 20191231-3.1.
Date: Sat, 29 Aug 2020 12:16:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6fa20e1295157d05a889a7a99c079c701b40bbc5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 29 16:27:52 2020 +0200

    gnu: libedit: Update to 20191231-3.1.
    
    * gnu/packages/libedit.scm (libedit): Update to 20191231-3.1.
---
 gnu/packages/libedit.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/libedit.scm b/gnu/packages/libedit.scm
index 38da025..e02c72f 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 <beffa@fbengineering.ch>
 ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Gábor Boskovits <boskovits@gmail.com>
 ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;;
@@ -30,14 +30,14 @@
 (define-public libedit
   (package
     (name "libedit")
-    (version "20191025-3.1")
+    (version "20191231-3.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://thrysoee.dk/editline";
                           "/libedit-" version ".tar.gz"))
       (sha256
-       (base32 "0fdznw6fklis39xqk30ihw8dl8kdw9fzq1z42jmbyy6lc1k07zvd"))))
+       (base32 "0wch48nml28jj6ild889745dsg2agm7mpvrmbl1gi98nw6vjrf6v"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)))



reply via email to

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