unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60686] [PATCH 1/2] gnu: emacs-flim-lb: Update to commit 3a931b566494.
@ 2023-01-09  7:28 Hilton Chain via Guix-patches via
       [not found] ` <handler.60686.B.167324932214216.ack@debbugs.gnu.org>
  2023-01-13 22:00 ` bug#60686: [PATCH 1/2] gnu: emacs-flim-lb: Update to commit 3a931b566494 Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-01-09  7:28 UTC (permalink / raw)
  To: 60686


* gnu/packages/emacs-xyz.scm (emacs-flim-lb): Update to commit 3a931b566494.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1f267da1ea..b1db0d85a2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34832,8 +34832,8 @@ (define-public emacs-apel-lb
 (define-public emacs-flim-lb
   ;; No release since Nov 28, 2007.
   (let ((version "1.14.9")
-        (revision "133")
-        (commit "57c6b868aa314717f40a520daed7249665e8d992"))
+        (revision "134")
+        (commit "3a931b566494e7dc210a5109b60c8cbd5b655108"))
     (package
       (name "emacs-flim-lb")
       (version (git-version version revision commit))
@@ -34845,7 +34845,7 @@ (define-public emacs-flim-lb
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1mf8r5mf3bd0719fnhifb6lfvl7n4m552crcdhkbkkif8srrl6df"))))
+                  "0hva2nm0k37ssx42s0h9d9y6nawmp1g4qz1s8bvmp3s1897pvssz"))))
       (build-system emacs-build-system)
       (propagated-inputs (list emacs-apel-lb emacs-oauth2))
       (home-page "https://www.emacswiki.org/emacs/WanderLust")

base-commit: 2463e9f1fe10a1d7e02dff76f200da69cd3f24d1
-- 
2.38.1





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

* [bug#60686] [PATCH 2/2] gnu: emacs-semi-epg: Update to commit 7d8df0ef2f48.
       [not found] ` <handler.60686.B.167324932214216.ack@debbugs.gnu.org>
@ 2023-01-09  7:29   ` Hilton Chain via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-01-09  7:29 UTC (permalink / raw)
  To: 60686


* gnu/packages/emacs-xyz.scm (emacs-semi-epg): Update to commit 7d8df0ef2f48.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b1db0d85a2..961fd70823 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34860,8 +34860,8 @@ (define-public emacs-flim-lb
 (define-public emacs-semi-epg
   ;; No release since Dec 24, 2003.
   (let ((version "1.14.6")
-        (revision "241")
-        (commit "ac3e726ca94ed245c25881ec8d7177d0d834ea6a"))
+        (revision "242")
+        (commit "7d8df0ef2f483e2dc063a72099295f467e6bc2c8"))
     (package
       (name "emacs-semi-epg")
       (version (git-version version revision commit))
@@ -34873,7 +34873,7 @@ (define-public emacs-semi-epg
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1bg07y6svvg1mmlr455x3j1anjp3wbv27s6b2inp294rbwprm41n"))))
+                  "01dn91xjcl7p5rnbgyh5l4kdlqx31s0gw5vh7hhcapbiq8rihmjd"))))
       (build-system emacs-build-system)
       (propagated-inputs (list emacs-bbdb-vcard emacs-flim-lb))
       (home-page "https://www.emacswiki.org/emacs/WanderLust")
-- 
2.38.1





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

* bug#60686: [PATCH 1/2] gnu: emacs-flim-lb: Update to commit 3a931b566494.
  2023-01-09  7:28 [bug#60686] [PATCH 1/2] gnu: emacs-flim-lb: Update to commit 3a931b566494 Hilton Chain via Guix-patches via
       [not found] ` <handler.60686.B.167324932214216.ack@debbugs.gnu.org>
@ 2023-01-13 22:00 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2023-01-13 22:00 UTC (permalink / raw)
  To: Hilton Chain via Guix-patches via; +Cc: Hilton Chain, 60686-done

Hello,

Hilton Chain via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-flim-lb): Update to commit
> 3a931b566494.

Applied both patches. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2023-01-13 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-09  7:28 [bug#60686] [PATCH 1/2] gnu: emacs-flim-lb: Update to commit 3a931b566494 Hilton Chain via Guix-patches via
     [not found] ` <handler.60686.B.167324932214216.ack@debbugs.gnu.org>
2023-01-09  7:29   ` [bug#60686] [PATCH 2/2] gnu: emacs-semi-epg: Update to commit 7d8df0ef2f48 Hilton Chain via Guix-patches via
2023-01-13 22:00 ` bug#60686: [PATCH 1/2] gnu: emacs-flim-lb: Update to commit 3a931b566494 Nicolas Goaziou

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).