[PATCH] gnu: Update emacs-meyvn to version 1.7

  • Done
  • quality assurance status badge
Details
2 participants
  • Daniel Szmulewicz
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Daniel Szmulewicz
Severity
normal
D
D
Daniel Szmulewicz wrote on 8 Nov 12:10 +0100
(address . guix-patches@gnu.org)(name . Daniel Szmulewicz)(address . daniel.szmulewicz@gmail.com)
1c0f2c0064bda17e1191c70c16c0c6778d1b2a56.1731064061.git.daniel.szmulewicz@gmail.com
* gnu/packages/emacs-xyz.scm (emacs-meyvn): Latest version.

Change-Id: I5cdeb69b040c259ee2145a25d7d416bd155fc586
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 88e1ab89a9..a054e57c1a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1987,10 +1987,10 @@ (define-public emacs-mct
license:fdl1.3+)))) ; GFDLv1.3+ for the manual
(define-public emacs-meyvn
- (let ((commit "62802ab42ee021f89f980bd3de3e1336ad760944")) ;version bump
+ (let ((commit "8d00ada6daa5617fa60f76e0be2cf2f5d1babcf9")) ;version bump
(package
(name "emacs-meyvn")
- (version "1.4")
+ (version "1.7")
(source
(origin
(method git-fetch)
@@ -1999,7 +1999,7 @@ (define-public emacs-meyvn
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0821sk0mq1602mk3hp7igcafp8fpfg586nk41iz9syc06xbh0if7"))))
+ (base32 "10f279qs95xp3nmnl0ikymg0zzrrak0gnnsm8srfb9i3jdvk43mw"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-cider
emacs-dash

base-commit: 2a6d96425eea57dc6dd48a2bec16743046e32e06
--
2.46.0
N
N
Nicolas Goaziou wrote 33 hours ago
(address . 74254-done@debbugs.gnu.org)(name . Daniel Szmulewicz)(address . daniel.szmulewicz@gmail.com)
87wmfqj7lt.fsf@nicolasgoaziou.fr
Hello,

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-meyvn): Latest version.

I tweaked the commit message, fixed sha256 hash and applied your
patch. Thanks.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 74254
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