* [bug#50373] [PATCH] gnu: emacs-ebdb: Update to 0.8.3.
@ 2021-09-04 15:40 Xinglu Chen
2021-09-05 13:35 ` [bug#50373] [PATCH v2] gnu: emacs-ebdb: Update to 0.8.4 Xinglu Chen
0 siblings, 1 reply; 3+ messages in thread
From: Xinglu Chen @ 2021-09-04 15:40 UTC (permalink / raw)
To: 50373
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.3.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f04a0225b3..9e43b6cd77 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25913,14 +25913,14 @@ federated microblogging social network.")
(define-public emacs-ebdb
(package
(name "emacs-ebdb")
- (version "0.8.2")
+ (version "0.8.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"ebdb-" version ".tar"))
(sha256
- (base32 "1idwih5v287q9vdhsnr1bsibdv4h61vmy3b82svf2x9aik1a7vir"))))
+ (base32 "0dnrisszwn0c8kc4gpz3gn6zp41rriqnph1akvgjhsmgcl193ld9"))))
(build-system emacs-build-system)
(home-page "https://github.com/girzel/ebdb")
(synopsis "EIEIO port of BBDB, Emacs's contact-management package")
base-commit: e82b103a776e4816682178432fd278aacc3d4004
--
2.33.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#50373] [PATCH v2] gnu: emacs-ebdb: Update to 0.8.4.
2021-09-04 15:40 [bug#50373] [PATCH] gnu: emacs-ebdb: Update to 0.8.3 Xinglu Chen
@ 2021-09-05 13:35 ` Xinglu Chen
2021-09-06 9:10 ` bug#50373: " Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Xinglu Chen @ 2021-09-05 13:35 UTC (permalink / raw)
To: 50373
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.4.
---
Change since v1:
* Update to 0.8.4
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f04a0225b3..0e3d4ba2e0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25913,14 +25913,14 @@ federated microblogging social network.")
(define-public emacs-ebdb
(package
(name "emacs-ebdb")
- (version "0.8.2")
+ (version "0.8.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"ebdb-" version ".tar"))
(sha256
- (base32 "1idwih5v287q9vdhsnr1bsibdv4h61vmy3b82svf2x9aik1a7vir"))))
+ (base32 "0n811af83fqpzq9513gf240gnz7qkwrjw07qs4sra4069q0pwnjr"))))
(build-system emacs-build-system)
(home-page "https://github.com/girzel/ebdb")
(synopsis "EIEIO port of BBDB, Emacs's contact-management package")
base-commit: e82b103a776e4816682178432fd278aacc3d4004
--
2.33.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#50373: [PATCH v2] gnu: emacs-ebdb: Update to 0.8.4.
2021-09-05 13:35 ` [bug#50373] [PATCH v2] gnu: emacs-ebdb: Update to 0.8.4 Xinglu Chen
@ 2021-09-06 9:10 ` Nicolas Goaziou
0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2021-09-06 9:10 UTC (permalink / raw)
To: Xinglu Chen; +Cc: 50373-done
Hello,
Xinglu Chen <public@yoctocell.xyz> writes:
> * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.4.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-09-06 9:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-04 15:40 [bug#50373] [PATCH] gnu: emacs-ebdb: Update to 0.8.3 Xinglu Chen
2021-09-05 13:35 ` [bug#50373] [PATCH v2] gnu: emacs-ebdb: Update to 0.8.4 Xinglu Chen
2021-09-06 9:10 ` bug#50373: " Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.