gnu: emacs-elpher: Update to 3.5.0.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.5.0.
This commit is contained in:
parent
0962740a01
commit
cab331891d
1 changed files with 2 additions and 2 deletions
|
@ -31456,7 +31456,7 @@ it forcibly
|
||||||
(define-public emacs-elpher
|
(define-public emacs-elpher
|
||||||
(package
|
(package
|
||||||
(name "emacs-elpher")
|
(name "emacs-elpher")
|
||||||
(version "3.4.3")
|
(version "3.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -31465,7 +31465,7 @@ it forcibly
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04m226by90mv4rxxy6is8appxnvxq4npr585k2y2l1vmrj0qwn49"))))
|
(base32 "0cxzv9nx5vshf45r7msaqnq8h7xwi4kd8pb3na3dljlrhwvgdrk6"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue