unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Dominic Martinez <dom@dominicm.dev>
To: 54861@debbugs.gnu.org
Cc: Dominic Martinez <dom@dominicm.dev>
Subject: [bug#54861] [PATCH 2/2] gnu: emacs-message-view-patch: Update to 0.2.0-40bc2e5
Date: Mon, 11 Apr 2022 13:58:45 -0400	[thread overview]
Message-ID: <20220411175845.21799-2-dom@dominicm.dev> (raw)
In-Reply-To: <20220411175845.21799-1-dom@dominicm.dev>

* gnu/packages/emacs-xyz (emacs-message-view-patch): Update it.
---
 gnu/packages/emacs-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2c085cfe1e..55d06c5909 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13301,11 +13301,11 @@ (define-public emacs-mu4e-jump-to-list
       (license license:gpl3+))))
 
 (define-public emacs-message-view-patch
-  (let ((commit "522da46c1653b1cacc79cde91d6534da7ae9517d")
-        (revision "1"))
+  (let ((commit "40bc2e554fc1d0b6f0c403192c0a3ceaa019a78d")
+        (revision "2"))
     (package
       (name "emacs-message-view-patch")
-      (version (git-version "0.1.0" revision commit))
+      (version (git-version "0.2.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -13314,8 +13314,9 @@ (define-public emacs-message-view-patch
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "10lzf3b70pk6rzdrgx0ww0gc94v0ydh9zj1gbsa20xw27ds7hmfn"))))
+                  "0cmkiggrl42sjx31dwnzac32bs3q2ksmamkq1pjjl8fwshp4g8sv"))))
       (build-system emacs-build-system)
+      (inputs (list emacs-magit))
       (home-page "https://github.com/seanfarley/mu4e-patch")
       (synopsis "Colorize patch-like emails in mu4e or gnus")
       (description
-- 
2.34.0





  reply	other threads:[~2022-04-11 18:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-11 17:52 [bug#54861] [PATCH 0/2] gnu: emacs-mu4e-patch: Rename and update Dominic Martinez
2022-04-11 17:58 ` [bug#54861] [PATCH 1/2] gnu: emacs-mu4e-patch: Rename to emacs-message-view-patch Dominic Martinez
2022-04-11 17:58   ` Dominic Martinez [this message]
2022-04-15 17:12 ` bug#54861: [PATCH 0/2] gnu: emacs-mu4e-patch: Rename and update Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220411175845.21799-2-dom@dominicm.dev \
    --to=dom@dominicm.dev \
    --cc=54861@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).