gnu: emacs-linum-relative: Update to 0.6.

* gnu/packages/emacs-xyz.scm (emacs-linum-relative): Update to 0.6.
This commit is contained in:
Arun Isaac 2019-10-07 21:19:41 +05:30
parent fa984fa678
commit 4cced9895e
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 2 deletions

View File

@ -8197,7 +8197,7 @@ memoizing functions.")
(define-public emacs-linum-relative (define-public emacs-linum-relative
(package (package
(name "emacs-linum-relative") (name "emacs-linum-relative")
(version "0.5") (version "0.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -8206,7 +8206,7 @@ memoizing functions.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "11bjnqqwvr9zrvz5dlm8a0yw4zg9ysh3jdiq5a6iw09d3f0h1v2s")))) (base32 "0b3n1gk2w1p72x0zfdz9l70winq2fnjpjrgq0awxx730xk7ypp5n"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/coldnew/linum-relative") (home-page "https://github.com/coldnew/linum-relative")
(synopsis "Relative line numbering for Emacs") (synopsis "Relative line numbering for Emacs")