gnu: zile: Update to 2.4.13.

* gnu/packages/zile.scm (zile): Update to 2.4.13.
[home-page]: Use https.
This commit is contained in:
Efraim Flashner 2016-10-19 17:05:37 +03:00
parent fe9bdb581e
commit fa216a4d01
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 3 deletions

View File

@ -32,14 +32,14 @@
(define-public zile (define-public zile
(package (package
(name "zile") (name "zile")
(version "2.4.11") (version "2.4.13")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/zile/zile-" (uri (string-append "mirror://gnu/zile/zile-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1k593y1xzvlj52q0gyhcx2lllws4sg84b8r9pcginjb1vjypplhz")))) "03mcg0bxkzprlsx8y6h22w924pzx4a9zr7zm3g11j8j3x9lz75f7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (alist-cons-before '(#:phases (alist-cons-before
@ -59,7 +59,7 @@
`(("perl" ,perl) `(("perl" ,perl)
("help2man" ,help2man) ("help2man" ,help2man)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(home-page "http://www.gnu.org/software/zile/") (home-page "https://www.gnu.org/software/zile/")
(synopsis "Lightweight Emacs clone") (synopsis "Lightweight Emacs clone")
(description (description
"GNU Zile is a lightweight Emacs clone. It usage is similar to the "GNU Zile is a lightweight Emacs clone. It usage is similar to the