unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 65258@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>,
	Andrew Tropin <andrew@trop.in>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#65258] [PATCH v2 2/2] gnu: emacs-semi-epg: Update to 1.14.6-246.9370961.
Date: Tue, 15 Aug 2023 16:08:14 +0800	[thread overview]
Message-ID: <d90151c7f0f6cee0fca739228cc8208a7ae93ad9.1692086754.git.hako@ultrarare.space> (raw)
In-Reply-To: <5bb8b83ade704e785897f677c48d5154150f5701.1692086754.git.hako@ultrarare.space>

* gnu/packages/emacs-xyz.scm (emacs-semi-epg): Update to 1.14.6-246.9370961.
[version]: Inline version.
[propagated-inputs]: Move emacs-bbdb-vcard …
[inputs]: … here.
---
 gnu/packages/emacs-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index be8ff7ad5a..818d796a97 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37714,12 +37714,11 @@ (define-public emacs-flim-lb
 
 (define-public emacs-semi-epg
   ;; No release since Dec 24, 2003.
-  (let ((version "1.14.6")
-        (revision "242")
-        (commit "7d8df0ef2f483e2dc063a72099295f467e6bc2c8"))
+  (let ((commit "9370961ddcee78e389e44b36d38c3d93f8351619")
+        (revision "246"))
     (package
       (name "emacs-semi-epg")
-      (version (git-version version revision commit))
+      (version (git-version "1.14.6" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -37728,9 +37727,10 @@ (define-public emacs-semi-epg
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "01dn91xjcl7p5rnbgyh5l4kdlqx31s0gw5vh7hhcapbiq8rihmjd"))))
+                  "13f267j0mrji9cvjhq129nslrj2gwvq7ibsz384a4qilxf5rhccc"))))
       (build-system emacs-build-system)
-      (propagated-inputs (list emacs-bbdb-vcard emacs-flim-lb))
+      (propagated-inputs (list emacs-flim-lb))
+      (inputs (list emacs-bbdb-vcard))
       (home-page "https://www.emacswiki.org/emacs/WanderLust")
       (synopsis "Library to provide MIME feature for GNU Emacs")
       (description
-- 
2.41.0





  reply	other threads:[~2023-08-15  8:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-13  1:40 [bug#65258] [PATCH 1/2] gnu: emacs-flim-lb: Update to 1.14.9-137.80b8121 Hilton Chain via Guix-patches via
2023-08-13  1:42 ` [bug#65258] [PATCH 2/2] gnu: emacs-semi-epg: Update to 1.14.6-246.9370961 Hilton Chain via Guix-patches via
2023-08-13 21:33   ` Liliana Marie Prikler
2023-08-15  7:59     ` Hilton Chain via Guix-patches via
2023-08-15  8:07 ` [bug#65258] [PATCH v2 1/2] gnu: emacs-flim-lb: Update to 1.14.9-137.80b8121 Hilton Chain via Guix-patches via
2023-08-15  8:08   ` Hilton Chain via Guix-patches via [this message]
2023-08-29 13:00     ` bug#65258: [PATCH v2 2/2] gnu: emacs-semi-epg: Update to 1.14.6-246.9370961 Christopher Baines

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=d90151c7f0f6cee0fca739228cc8208a7ae93ad9.1692086754.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=65258@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=hako@ultrarare.space \
    --cc=liliana.prikler@gmail.com \
    /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).