* [bug#55700] [PATCH] gnu: emacs-corfu-doc: Update to 0.6.0.
@ 2022-05-29 7:58 jgart via Guix-patches via
2022-05-29 18:57 ` [bug#55700] [PATCH v2] gnu: emacs-corfu-doc: Update to 0.6.1 jgart via Guix-patches via
2022-06-05 16:12 ` bug#55700: [PATCH] gnu: emacs-corfu-doc: Update to 0.6.0 Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 2 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-05-29 7:58 UTC (permalink / raw)
To: 55700; +Cc: jgart
* gnu/packages/emacs-xyz.scm (emacs-corfu-doc): Update to 0.6.0.
---
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 c7415decd5..eea15cac98 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3141,11 +3141,11 @@ (define-public emacs-corfu
(license license:gpl3+)))
(define-public emacs-corfu-doc
- (let ((commit "96b5de8cced0f2c2069748305bb72cf2db77200e")
+ (let ((commit "611895ef47a22c1ba0142d6cda60cf56a99adf15")
(revision "0"))
(package
(name "emacs-corfu-doc")
- (version "0.5.1")
+ (version "0.6.0")
(source
(origin
(method git-fetch)
@@ -3154,7 +3154,7 @@ (define-public emacs-corfu-doc
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "18xgm8jjppdq43i4wa36pbwlh4jxdgkmfbj13w5q4c7b9cy7r3mf"))))
+ (base32 "0w4gq8ss7izf47fxb5nxfkhx6d2y2vj3c23b4gaxvxw6xvd5jfg3"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-corfu))
(home-page "https://github.com/galeo/corfu-doc")
--
2.35.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#55700] [PATCH v2] gnu: emacs-corfu-doc: Update to 0.6.1.
2022-05-29 7:58 [bug#55700] [PATCH] gnu: emacs-corfu-doc: Update to 0.6.0 jgart via Guix-patches via
@ 2022-05-29 18:57 ` jgart via Guix-patches via
2022-06-05 16:12 ` bug#55700: [PATCH] gnu: emacs-corfu-doc: Update to 0.6.0 Tobias Geerinckx-Rice via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-05-29 18:57 UTC (permalink / raw)
To: 55700; +Cc: jgart
* gnu/packages/emacs-xyz.scm (emacs-corfu-doc): Update to 0.6.1.
Hi, this is a version 2 of the patch since 0.6.1 was released.
all best,
jgart
---
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 c7415decd5..71a8a72d88 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3141,11 +3141,11 @@ (define-public emacs-corfu
(license license:gpl3+)))
(define-public emacs-corfu-doc
- (let ((commit "96b5de8cced0f2c2069748305bb72cf2db77200e")
+ (let ((commit "d89012ed6a9661fb328f8e96991f952dfdfb6ceb")
(revision "0"))
(package
(name "emacs-corfu-doc")
- (version "0.5.1")
+ (version "0.6.1")
(source
(origin
(method git-fetch)
@@ -3154,7 +3154,7 @@ (define-public emacs-corfu-doc
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "18xgm8jjppdq43i4wa36pbwlh4jxdgkmfbj13w5q4c7b9cy7r3mf"))))
+ (base32 "1rdfkpcsf3mbaj7dbnm6hkv1la61df50wg3js0bi3dc9h0r881p9"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-corfu))
(home-page "https://github.com/galeo/corfu-doc")
--
2.35.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#55700: [PATCH] gnu: emacs-corfu-doc: Update to 0.6.0.
2022-05-29 7:58 [bug#55700] [PATCH] gnu: emacs-corfu-doc: Update to 0.6.0 jgart via Guix-patches via
2022-05-29 18:57 ` [bug#55700] [PATCH v2] gnu: emacs-corfu-doc: Update to 0.6.1 jgart via Guix-patches via
@ 2022-06-05 16:12 ` Tobias Geerinckx-Rice via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2022-06-05 16:12 UTC (permalink / raw)
To: 55700-done
[-- Attachment #1: Type: text/plain, Size: 73 bytes --]
Closed with <https://issues.guix.gnu.org/55551#3>.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-06-05 16:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-29 7:58 [bug#55700] [PATCH] gnu: emacs-corfu-doc: Update to 0.6.0 jgart via Guix-patches via
2022-05-29 18:57 ` [bug#55700] [PATCH v2] gnu: emacs-corfu-doc: Update to 0.6.1 jgart via Guix-patches via
2022-06-05 16:12 ` bug#55700: [PATCH] gnu: emacs-corfu-doc: Update to 0.6.0 Tobias Geerinckx-Rice via Guix-patches via
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).