gnu: emacs-elpher: Update to 3.3.3.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.3.3.
This commit is contained in:
parent
659effc707
commit
fb2c136eb3
1 changed files with 2 additions and 2 deletions
|
@ -26704,7 +26704,7 @@ it forcibly
|
||||||
(define-public emacs-elpher
|
(define-public emacs-elpher
|
||||||
(package
|
(package
|
||||||
(name "emacs-elpher")
|
(name "emacs-elpher")
|
||||||
(version "3.3.2")
|
(version "3.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -26713,7 +26713,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 "1p43x7mf14q84armxhp294xaclq5c6mpggq619ravia0kdrqij1w"))))
|
(base32 "166fjq9d883hifa35zklyjrm4c575nd6zxdx7akbwibrgwi65bl0"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue