GNU bug report logs -
#66904
[PATCH 0/2] gnu: emacs-wanderlust: Update to 2.15.9-803.3e8cf26.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Fri, 3 Nov 2023 01:17:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66904 in the body.
You can then email your comments to 66904 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#66904
; Package
guix-patches
.
(Fri, 03 Nov 2023 01:17:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hilton Chain <hako <at> ultrarare.space>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Fri, 03 Nov 2023 01:17:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This series updates Wanderlust and its dependency to the latest commit.
Hilton Chain (2):
gnu: emacs-semi-epg: Update to 1.14.6-247.d15603b.
gnu: emacs-wanderlust: Update to 2.15.9-803.3e8cf26.
gnu/packages/emacs-xyz.scm | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
base-commit: 28ebbe2be8829a4767b9789c6353ad5e826d1164
--
2.41.0
Information forwarded
to
hako <at> ultrarare.space, andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#66904
; Package
guix-patches
.
(Fri, 03 Nov 2023 01:28:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 66904 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-semi-epg): Update to 1.14.6-247.d15603b.
---
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 9620c17a5c..789bddfbe3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38349,8 +38349,8 @@ (define-public emacs-flim-lb
(define-public emacs-semi-epg
;; No release since Dec 24, 2003.
- (let ((commit "9370961ddcee78e389e44b36d38c3d93f8351619")
- (revision "246"))
+ (let ((commit "d15603b8eb791f2057b48071c262996ad7767505")
+ (revision "247"))
(package
(name "emacs-semi-epg")
(version (git-version "1.14.6" revision commit))
@@ -38362,7 +38362,7 @@ (define-public emacs-semi-epg
(file-name (git-file-name name version))
(sha256
(base32
- "13f267j0mrji9cvjhq129nslrj2gwvq7ibsz384a4qilxf5rhccc"))))
+ "0cxrzgxflwgz9wsim84vrliwvkf53v242di4dvn2dfh65gccwqjx"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-flim-lb))
(inputs (list emacs-bbdb-vcard))
--
2.41.0
Information forwarded
to
hako <at> ultrarare.space, andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#66904
; Package
guix-patches
.
(Fri, 03 Nov 2023 01:28:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 66904 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-wanderlust): Update to 2.15.9-803.3e8cf26.
[version]: Inline version.
Change-Id: I4b9a08016e525df80745d266f4932956475ef24b
---
gnu/packages/emacs-xyz.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 789bddfbe3..44e7f9c0a8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38376,15 +38376,11 @@ (define-public emacs-semi-epg
(define-public emacs-wanderlust
;; No release since Jan 15, 2010.
- ;; FIXME: Building with emacs-next-pgtk would yield a void variable related
- ;; macro-expansion failure at runtime, so don't rewrite emacs input of this
- ;; package.
- (let ((version "2.15.9")
- (revision "791")
- (commit "8369b2d5170a174652294835dd9a18ed21a38cb2"))
+ (let ((commit "3e8cf26abd9c5c8e4fc611032e259ca930665641")
+ (revision "803"))
(package
(name "emacs-wanderlust")
- (version (git-version version revision commit))
+ (version (git-version "2.15.9" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -38402,7 +38398,7 @@ (define-public emacs-wanderlust
(("package-user-dir") "NONE"))))
(sha256
(base32
- "0nqa9z61r308j61rgglacjsfddncbm185gp3rnzqkrpb5qsjzngk"))))
+ "0k9r3j7pcnvnnj0km8ggjdrf2nfgn1mfq7r7267bk3r3x92cvqh9"))))
(build-system emacs-build-system)
(arguments
(list #:phases
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66904
; Package
guix-patches
.
(Sun, 05 Nov 2023 18:32:02 GMT)
Full text and
rfc822 format available.
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hilton Chain via Guix-patches via <guix-patches <at> gnu.org> writes:
> This series updates Wanderlust and its dependency to the latest commit.
>
> Hilton Chain (2):
> gnu: emacs-semi-epg: Update to 1.14.6-247.d15603b.
> gnu: emacs-wanderlust: Update to 2.15.9-803.3e8cf26.
>
> gnu/packages/emacs-xyz.scm | 18 +++++++-----------
> 1 file changed, 7 insertions(+), 11 deletions(-)
>
>
> base-commit: 28ebbe2be8829a4767b9789c6353ad5e826d1164
Looks good to me, I've pushed this to master as
c5267d334af396d2a515b84f69660b60eadbd29a.
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sun, 05 Nov 2023 18:32:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hilton Chain <hako <at> ultrarare.space>
:
bug acknowledged by developer.
(Sun, 05 Nov 2023 18:32:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 04 Dec 2023 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 195 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.