unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65258] [PATCH 1/2] gnu: emacs-flim-lb: Update to 1.14.9-137.80b8121.
@ 2023-08-13  1:40 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-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
  0 siblings, 2 replies; 7+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-08-13  1:40 UTC (permalink / raw)
  To: 65258; +Cc: Hilton Chain, Andrew Tropin, Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-flim-lb): Update to 1.14.9-137.80b8121.
[version]: Inline version.
---
 gnu/packages/emacs-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f0751e39a..be8ff7ad5a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37687,12 +37687,11 @@ (define-public emacs-apel-lb
 
 (define-public emacs-flim-lb
   ;; No release since Nov 28, 2007.
-  (let ((version "1.14.9")
-        (revision "136")
-        (commit "2cf5a7891090faca8de725b1d3743dcedf233ea2"))
+  (let ((commit "80b8121f05a5a0d7fcfe3e54085467a646dd2028")
+        (revision "137"))
     (package
       (name "emacs-flim-lb")
-      (version (git-version version revision commit))
+      (version (git-version "1.14.9" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -37701,7 +37700,7 @@ (define-public emacs-flim-lb
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1wsnipyl3blldcl8ynmpj1mxfvl7kjmxd8gapl83vqd3r0l9cr6q"))))
+                  "02shd2mp9ywncn0wxgrijn0i8fa69kfx1y6nh5jjd64dyiczmskk"))))
       (build-system emacs-build-system)
       (propagated-inputs (list emacs-apel-lb emacs-oauth2))
       (home-page "https://www.emacswiki.org/emacs/WanderLust")

base-commit: d0a2b422e06aab0cab3a10a47ef378602992577f
-- 
2.41.0





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

* [bug#65258] [PATCH 2/2] gnu: emacs-semi-epg: Update to 1.14.6-246.9370961.
  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 ` Hilton Chain via Guix-patches via
  2023-08-13 21:33   ` Liliana Marie Prikler
  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
  1 sibling, 1 reply; 7+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-08-13  1:42 UTC (permalink / raw)
  To: 65258; +Cc: Hilton Chain, Andrew Tropin, Liliana Marie Prikler

* 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





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

* [bug#65258] [PATCH 2/2] gnu: emacs-semi-epg: Update to 1.14.6-246.9370961.
  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
  0 siblings, 1 reply; 7+ messages in thread
From: Liliana Marie Prikler @ 2023-08-13 21:33 UTC (permalink / raw)
  To: Hilton Chain, 65258; +Cc: Andrew Tropin

Am Sonntag, dem 13.08.2023 um 09:42 +0800 schrieb Hilton Chain:
> * 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
Minor style note: should be "… here." with an ending period.  I'm not
aware of any particular preference of … over ... in Guix overall,
although I personally prefer ….

Otherwise LGTM





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

* [bug#65258] [PATCH 2/2] gnu: emacs-semi-epg: Update to 1.14.6-246.9370961.
  2023-08-13 21:33   ` Liliana Marie Prikler
@ 2023-08-15  7:59     ` Hilton Chain via Guix-patches via
  0 siblings, 0 replies; 7+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-08-15  7:59 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: Andrew Tropin, 65258

Hi Liliana,

On Mon, 14 Aug 2023 05:33:29 +0800,
Liliana Marie Prikler wrote:
>
> Am Sonntag, dem 13.08.2023 um 09:42 +0800 schrieb Hilton Chain:
> > * 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
> Minor style note: should be "… here." with an ending period.  I'm not
> aware of any particular preference of … over ... in Guix overall,
> although I personally prefer ….
>
> Otherwise LGTM
>

I must have been lost in the dots!


(eq? "…" "…") ;=> #t

Looks like I can type the same character with a Chinese IME, but I
wonder if there's a better way.  How do you usually insert it?

Thanks




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

* [bug#65258] [PATCH v2 1/2] gnu: emacs-flim-lb: Update to 1.14.9-137.80b8121.
  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-15  8:07 ` Hilton Chain via Guix-patches via
  2023-08-15  8:08   ` [bug#65258] [PATCH v2 2/2] gnu: emacs-semi-epg: Update to 1.14.6-246.9370961 Hilton Chain via Guix-patches via
  1 sibling, 1 reply; 7+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-08-15  8:07 UTC (permalink / raw)
  To: 65258; +Cc: Hilton Chain, Andrew Tropin, Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-flim-lb): Update to 1.14.9-137.80b8121.
[version]: Inline version.
---
 gnu/packages/emacs-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f0751e39a..be8ff7ad5a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37687,12 +37687,11 @@ (define-public emacs-apel-lb
 
 (define-public emacs-flim-lb
   ;; No release since Nov 28, 2007.
-  (let ((version "1.14.9")
-        (revision "136")
-        (commit "2cf5a7891090faca8de725b1d3743dcedf233ea2"))
+  (let ((commit "80b8121f05a5a0d7fcfe3e54085467a646dd2028")
+        (revision "137"))
     (package
       (name "emacs-flim-lb")
-      (version (git-version version revision commit))
+      (version (git-version "1.14.9" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -37701,7 +37700,7 @@ (define-public emacs-flim-lb
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1wsnipyl3blldcl8ynmpj1mxfvl7kjmxd8gapl83vqd3r0l9cr6q"))))
+                  "02shd2mp9ywncn0wxgrijn0i8fa69kfx1y6nh5jjd64dyiczmskk"))))
       (build-system emacs-build-system)
       (propagated-inputs (list emacs-apel-lb emacs-oauth2))
       (home-page "https://www.emacswiki.org/emacs/WanderLust")

base-commit: 642ae73ec0c38ee4758ad9d39f16232c8945c6b6
-- 
2.41.0





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

* [bug#65258] [PATCH v2 2/2] gnu: emacs-semi-epg: Update to 1.14.6-246.9370961.
  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
  2023-08-29 13:00     ` bug#65258: " Christopher Baines
  0 siblings, 1 reply; 7+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-08-15  8:08 UTC (permalink / raw)
  To: 65258; +Cc: Hilton Chain, Andrew Tropin, Liliana Marie Prikler

* 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





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

* bug#65258: [PATCH v2 2/2] gnu: emacs-semi-epg: Update to 1.14.6-246.9370961.
  2023-08-15  8:08   ` [bug#65258] [PATCH v2 2/2] gnu: emacs-semi-epg: Update to 1.14.6-246.9370961 Hilton Chain via Guix-patches via
@ 2023-08-29 13:00     ` Christopher Baines
  0 siblings, 0 replies; 7+ messages in thread
From: Christopher Baines @ 2023-08-29 13:00 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 65258-done

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]


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

> * 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(-)

Looks good to me, I've pushed these patches to master as
8371394c0d5aee7082a7c71506b82be823e26c6e.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-08-29 13:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` [bug#65258] [PATCH v2 2/2] gnu: emacs-semi-epg: Update to 1.14.6-246.9370961 Hilton Chain via Guix-patches via
2023-08-29 13:00     ` bug#65258: " Christopher Baines

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