[PATCH] gnu: emacs-elpher: Update to 2.7.9.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Simon South
Owner
unassigned
Submitted by
Simon South
Severity
normal

Debbugs page

Simon South wrote 5 years ago
(address . guix-patches@gnu.org)(name . Simon South)(address . simon@simonsouth.net)
20200604014841.6091-1-simon@simonsouth.net
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.7.9.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f547425a0..7922c972c9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20866,7 +20866,7 @@ it forcibly
(define-public emacs-elpher
(package
(name "emacs-elpher")
- (version "2.7.8")
+ (version "2.7.9")
(source
(origin
(method git-fetch)
@@ -20876,7 +20876,7 @@ it forcibly
(file-name (git-file-name name version))
(sha256
(base32
- "1x86c2lmqpmi5my356iz7lbygwpmp956dc50ng762ld0savzxff0"))))
+ "1vikzia87z5x3wx2qjihv0r2f29b7s9xkm6i1j0y646dwnzn6wzr"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))
--
2.26.2
Nicolas Goaziou wrote 5 years ago
(name . Simon South)(address . simon@simonsouth.net)(address . 41699-done@debbugs.gnu.org)
87bllzrncv.fsf@nicolasgoaziou.fr
Hello,

Simon South <simon@simonsouth.net> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.7.9.

Applied. Thank you.

Regards,

--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 41699@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41699
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help