nckx pushed a commit to branch master
in repository guix.

commit afe02a6df4dac7ab81084fef88796b3fdc88de7c
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Nov 7 15:33:40 2020 +0100

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

diff --git a/gnu/packages/zile.scm b/gnu/packages/zile.scm
index 2718232..6169815 100644
--- a/gnu/packages/zile.scm
+++ b/gnu/packages/zile.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2012, 2013, 2017, 2018 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2014 Eric Bavier <[email protected]>
 ;;; Copyright © 2016 Efraim Flashner <[email protected]>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2020 Marius Bakke <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -42,14 +42,14 @@
 (define-public zile
   (package
     (name "zile")
-    (version "2.4.14")
+    (version "2.4.15")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/zile/zile-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0x3byaddms8l3g7igx6njycqsq98wgapysdb5c7lhcnajlkp8y3s"))))
+               "0ph3wd0cz3ysdyka6ds2w5l5b89mb5l79kwkfyk7phvq9yih1hrr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases

Reply via email to