gnu: zile: Update to 2.4.14.

* gnu/packages/zile.scm (zile): Update to 2.4.14.
This commit is contained in:
Ludovic Courtès 2017-10-07 16:09:45 +02:00
parent eca16a3d1d
commit 9070ca4479
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -40,14 +40,14 @@
(define-public zile
(package
(name "zile")
(version "2.4.13")
(version "2.4.14")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/zile/zile-"
version ".tar.gz"))
(sha256
(base32
"03mcg0bxkzprlsx8y6h22w924pzx4a9zr7zm3g11j8j3x9lz75f7"))))
"0x3byaddms8l3g7igx6njycqsq98wgapysdb5c7lhcnajlkp8y3s"))))
(build-system gnu-build-system)
(arguments
'(#:phases