all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74684] [PATCH] gnu: emacs-git-email: Update to 0.6.2.
@ 2024-12-04  6:59 Suhail Singh
  2024-12-07 17:25 ` [bug#74684] QA review for 74684 Benjamin Hemme
  2024-12-11  1:39 ` bug#74684: [PATCH] gnu: emacs-git-email: Update to 0.6.2 Hilton Chain
  0 siblings, 2 replies; 3+ messages in thread
From: Suhail Singh @ 2024-12-04  6:59 UTC (permalink / raw)
  To: 74684; +Cc: Andrew Tropin, Katherine Cox-Buday, Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-git-email): Update to 0.6.2.

Change-Id: I76980623e35cf8c90bd6fc274d5e940030beb998
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 11518d9e7f..c694825f1e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22341,7 +22341,7 @@ (define-public emacs-gitpatch
 (define-public emacs-git-email
   (package
     (name "emacs-git-email")
-    (version "0.6.0")
+    (version "0.6.2")
     (source
      (origin
        (method git-fetch)
@@ -22350,7 +22350,7 @@ (define-public emacs-git-email
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1cx6a4dxvdggnjn95a9fhcidd1140srpzw9lx9hi65kancnyjsci"))))
+        (base32 "1miyz67dk1vi1gs6kgfrmihid90qb9ks79hskhsa2w2a62772jif"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases

base-commit: 3e2442de5268782213b04048463fcbc5d76accd7




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-11  2:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-04  6:59 [bug#74684] [PATCH] gnu: emacs-git-email: Update to 0.6.2 Suhail Singh
2024-12-07 17:25 ` [bug#74684] QA review for 74684 Benjamin Hemme
2024-12-11  1:39 ` bug#74684: [PATCH] gnu: emacs-git-email: Update to 0.6.2 Hilton Chain

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.