mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-elpher: Update to 3.5.1.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.5.1. Change-Id: Ia79487c7946dedbea0c7ab5ab1505d7cf4d22b06
This commit is contained in:
parent
00af76ebad
commit
625e46182a
1 changed files with 2 additions and 2 deletions
|
@ -33295,7 +33295,7 @@ (define-public emacs-multi-term
|
|||
(define-public emacs-elpher
|
||||
(package
|
||||
(name "emacs-elpher")
|
||||
(version "3.5.0")
|
||||
(version "3.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -33304,7 +33304,7 @@ (define-public emacs-elpher
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0cxzv9nx5vshf45r7msaqnq8h7xwi4kd8pb3na3dljlrhwvgdrk6"))))
|
||||
(base32 "1qiqjkbqjv6gw4lyf697jsb081sy2r46i3q6gdssfrhsjjmb8jag"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue