mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: emacs-elpher: Update to 2.10.3.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.10.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
4c4cf3d692
commit
f62c140f47
1 changed files with 28 additions and 25 deletions
|
@ -25384,18 +25384,21 @@ (define-public emacs-multi-term
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-elpher
|
(define-public emacs-elpher
|
||||||
|
;; No tagged release upstream, but the commit below corresponds to the 2.10.3
|
||||||
|
;; release.
|
||||||
|
(let ((commit "b0272de36cea3e1cd41cd15a012c8141b4b04575"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-elpher")
|
(name "emacs-elpher")
|
||||||
(version "2.10.2")
|
(version "2.10.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "git://thelambdalab.xyz/elpher.git")
|
(url "git://thelambdalab.xyz/elpher.git")
|
||||||
(commit (string-append "v" version))))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xqiisirpvw4ka9417pq4r73x937wl3qbf8cpn2i03akm8d58smd"))))
|
(base32 "1m6lq47i4j6k76f81vcch6akab9mqph7kna3fn356295fvgm7j7q"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)))
|
`(("texinfo" ,texinfo)))
|
||||||
|
@ -25414,7 +25417,7 @@ (define-public emacs-elpher
|
||||||
directories, direct visualisation of image files, jumping directly to links by
|
directories, direct visualisation of image files, jumping directly to links by
|
||||||
name (with autocompletion), a simple bookmark management system and
|
name (with autocompletion), a simple bookmark management system and
|
||||||
connections using TLS encryption.")
|
connections using TLS encryption.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-zerodark-theme
|
(define-public emacs-zerodark-theme
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue