all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74716] [PATCH] gnu: emacs-transient: Update to 0.8.0.
@ 2024-12-07  4:25 aurtzy
  2024-12-09 20:42 ` [bug#74716] [PATCH v2] gnu: emacs-transient: Update to 0.8.1 aurtzy
  2024-12-10 13:37 ` [bug#74716] QA review for 74716 Cayetano Santos via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: aurtzy @ 2024-12-07  4:25 UTC (permalink / raw)
  To: 74716; +Cc: aurtzy, Andrew Tropin, Katherine Cox-Buday, Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.8.0.

Change-Id: Ib95f4472979c963f4f024a6c6fcaa23903490f87
---
 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 b851232249..0eb9655393 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32988,7 +32988,7 @@ (define-public emacs-elmacro
 (define-public emacs-transient
   (package
     (name "emacs-transient")
-    (version "0.7.7")
+    (version "0.8.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -32997,7 +32997,7 @@ (define-public emacs-transient
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0rdhjb2fcxwxpbr7lrjqqqdnag2zqs8l6g4yw59bkp4g7kxpmmar"))))
+                "1f8w6b242ar0538pimnrf7a5j277q80z7n379hyihdblvjk90xi2"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #f                      ;no test suite

base-commit: c56505e399834a3f68cf2b6715b42f12ceea217a
-- 
2.46.0





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

* [bug#74716] [PATCH v2] gnu: emacs-transient: Update to 0.8.1.
  2024-12-07  4:25 [bug#74716] [PATCH] gnu: emacs-transient: Update to 0.8.0 aurtzy
@ 2024-12-09 20:42 ` aurtzy
  2024-12-11  1:39   ` bug#74716: " Hilton Chain
  2024-12-10 13:37 ` [bug#74716] QA review for 74716 Cayetano Santos via Guix-patches via
  1 sibling, 1 reply; 4+ messages in thread
From: aurtzy @ 2024-12-09 20:42 UTC (permalink / raw)
  To: 74716
  Cc: aurtzy, aurtzy, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.8.1.

Change-Id: Ib95f4472979c963f4f024a6c6fcaa23903490f87
---

A patch version was released yesterday.

 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 b851232249..88cc980781 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32988,7 +32988,7 @@ (define-public emacs-elmacro
 (define-public emacs-transient
   (package
     (name "emacs-transient")
-    (version "0.7.7")
+    (version "0.8.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -32997,7 +32997,7 @@ (define-public emacs-transient
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0rdhjb2fcxwxpbr7lrjqqqdnag2zqs8l6g4yw59bkp4g7kxpmmar"))))
+                "1r6rkgkly3s5rqarlhwqrqm37h139p9bdb9q7grp3zq1gnng7vlx"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #f                      ;no test suite

base-commit: c56505e399834a3f68cf2b6715b42f12ceea217a
-- 
2.46.0





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

* [bug#74716] QA review for 74716
  2024-12-07  4:25 [bug#74716] [PATCH] gnu: emacs-transient: Update to 0.8.0 aurtzy
  2024-12-09 20:42 ` [bug#74716] [PATCH v2] gnu: emacs-transient: Update to 0.8.1 aurtzy
@ 2024-12-10 13:37 ` Cayetano Santos via Guix-patches via
  1 sibling, 0 replies; 4+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-12-10 13:37 UTC (permalink / raw)
  To: control, 74716


user guix
usertag 74716 + reviewed-looks-good
thanks

Guix QA review form submission:

Items marked as checked:

- Commit messages
- Package builds
- Lint warnings
- Package style
- List and build all dependents packages

--
Cayetano Santos
GnuPG Key:   https://meta.sr.ht/~csantosb.pgp
FingerPrint: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682




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

* bug#74716: [PATCH v2] gnu: emacs-transient: Update to 0.8.1.
  2024-12-09 20:42 ` [bug#74716] [PATCH v2] gnu: emacs-transient: Update to 0.8.1 aurtzy
@ 2024-12-11  1:39   ` Hilton Chain
  0 siblings, 0 replies; 4+ messages in thread
From: Hilton Chain @ 2024-12-11  1:39 UTC (permalink / raw)
  To: aurtzy
  Cc: Katherine Cox-Buday, Liliana Marie Prikler, 74716-done,
	Andrew Tropin

Hi aurtzy,

On Tue, 10 Dec 2024 04:42:56 +0800,
aurtzy wrote:
>
> * gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.8.1.
>
> Change-Id: Ib95f4472979c963f4f024a6c6fcaa23903490f87
> ---
>
> A patch version was released yesterday.
>
>  gnu/packages/emacs-xyz.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied v2 as bafa29fb2b297a0663cee6bbe6e4942637d61346, thanks!




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

end of thread, other threads:[~2024-12-11  2:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07  4:25 [bug#74716] [PATCH] gnu: emacs-transient: Update to 0.8.0 aurtzy
2024-12-09 20:42 ` [bug#74716] [PATCH v2] gnu: emacs-transient: Update to 0.8.1 aurtzy
2024-12-11  1:39   ` bug#74716: " Hilton Chain
2024-12-10 13:37 ` [bug#74716] QA review for 74716 Cayetano Santos via Guix-patches via

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.