diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-10-19 17:05:37 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-10-19 17:10:17 +0300 |
commit | fa216a4d017828819ae4c3e25b3f69e07729f046 (patch) | |
tree | b3c49554e21e73a1cd26c33a2493a72472429a75 /gnu/packages/zile.scm | |
parent | fe9bdb581e6c4a62795f4ced6f4a5a8eab1a34e4 (diff) | |
download | guix-fa216a4d017828819ae4c3e25b3f69e07729f046.tar guix-fa216a4d017828819ae4c3e25b3f69e07729f046.tar.gz |
gnu: zile: Update to 2.4.13.
* gnu/packages/zile.scm (zile): Update to 2.4.13.
[home-page]: Use https.
Diffstat (limited to 'gnu/packages/zile.scm')
-rw-r--r-- | gnu/packages/zile.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/zile.scm b/gnu/packages/zile.scm index f1c03fb64c..88aaf75c50 100644 --- a/gnu/packages/zile.scm +++ b/gnu/packages/zile.scm @@ -32,14 +32,14 @@ (define-public zile (package (name "zile") - (version "2.4.11") + (version "2.4.13") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/zile/zile-" version ".tar.gz")) (sha256 (base32 - "1k593y1xzvlj52q0gyhcx2lllws4sg84b8r9pcginjb1vjypplhz")))) + "03mcg0bxkzprlsx8y6h22w924pzx4a9zr7zm3g11j8j3x9lz75f7")))) (build-system gnu-build-system) (arguments '(#:phases (alist-cons-before @@ -59,7 +59,7 @@ `(("perl" ,perl) ("help2man" ,help2man) ("pkg-config" ,pkg-config))) - (home-page "http://www.gnu.org/software/zile/") + (home-page "https://www.gnu.org/software/zile/") (synopsis "Lightweight Emacs clone") (description "GNU Zile is a lightweight Emacs clone. It usage is similar to the |