[PATCH] gnu: emacs-git-email: Update to 0.7.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ian Eure
  • Suhail Singh
Owner
unassigned
Submitted by
Suhail Singh
Severity
normal

Debbugs page

Suhail Singh wrote 30 hours ago
(address . guix-patches@gnu.org)
1b581ee087bab4d5e5537e7cc4dca88627cb1821.1741713425.git.suhail@bayesians.ca
* gnu/packages/emacs-xyz.scm (emacs-git-email): Update to 0.7.2.

Change-Id: I6322d5cfe8487d37ccc9f847f3d32cd597b0d3f8
---
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 e990a05324..2bfd698ce1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23067,7 +23067,7 @@ (define-public emacs-gitpatch
(define-public emacs-git-email
(package
(name "emacs-git-email")
- (version "0.7.0")
+ (version "0.7.2")
(source
(origin
(method git-fetch)
@@ -23076,7 +23076,7 @@ (define-public emacs-git-email
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0mda886spz48jvv00xv7ki4154z02bwqbwjfa7clvdw83lfp33am"))))
+ (base32 "0p8c449nvn77bxmq1pinpw47lx6gj1k08yrxgi8bc8xrwkni9glp"))))
(build-system emacs-build-system)
(arguments
`(#:phases (modify-phases %standard-phases

base-commit: 3bf7a0e8c431abfcba51806ee2a3eea9e0865472
Ian Eure wrote 19 hours ago
(no subject)
(name . Suhail Singh)(address . suhailsingh247@gmail.com)(address . 76948@debbugs.gnu.org)
87ecz2kgte.fsf@retrospec.tv
Hi Suhail,

Pushed as 9eddd250b7.

Thank you for the patch!

-- Ian
Ian Eure wrote 19 hours ago
control message for bug #76948
(address . control@debbugs.gnu.org)
87cyemkgta.fsf@retrospec.tv
close 76948
quit
Suhail Singh wrote 10 hours ago
Re: none
(name . Ian Eure)(address . ian@retrospec.tv)
87plims89i.fsf@gmail.com
Ian Eure <ian@retrospec.tv> writes:

Toggle quote (4 lines)
> Pushed as 9eddd250b7.
>
> Thank you for the patch!

Thank you for the speedy review + merge!

--
Suhail
?
Your comment

Commenting via the web interface is currently disabled.

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

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