gnu: emacs-elpher: Update to 3.4.2.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.4.2.
This commit is contained in:
parent
88af17f23d
commit
571a2c60da
1 changed files with 2 additions and 2 deletions
|
@ -27409,7 +27409,7 @@ (define-public emacs-multi-term
|
|||
(define-public emacs-elpher
|
||||
(package
|
||||
(name "emacs-elpher")
|
||||
(version "3.4.1")
|
||||
(version "3.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -27418,7 +27418,7 @@ (define-public emacs-elpher
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0dv71zc95m5sa4824vk3d1xk726nh2v50i0yp6w3ydfzzsfph6j6"))))
|
||||
(base32 "1c6pid2ip2c2lpww42wxgq4qflx1m8vxilyva03h8xzgr39kwq64"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue