[PATCH] gnu: emacs-transient: Update to 0.7.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Sergiu Ivanov
Owner
unassigned
Submitted by
Sergiu Ivanov
Severity
normal

Debbugs page

Sergiu Ivanov wrote 7 months ago
(address . guix-patches@gnu.org)
878qx2m4n3.fsf@colimite.fr
Dear Guix,

Here's a patch bumping the version on emacs-transient.

Thanks!

-
Sergiu
From 3d3bcdedcbbcc9230faa2332b714a90347912be2 Mon Sep 17 00:00:00 2001
Message-ID: <3d3bcdedcbbcc9230faa2332b714a90347912be2.1723457447.git.sivanov@colimite.fr>
From: Sergiu Ivanov <sivanov@colimite.fr>
Date: Mon, 12 Aug 2024 11:08:19 +0100
Subject: [PATCH] gnu: emacs-transient: Update to 0.7.4.

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

Change-Id: I1e71ee11d9225addd9875357c909313b513ca883
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2ff1ed4bf0..d338957c1d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32043,7 +32043,7 @@ (define-public emacs-elmacro
(define-public emacs-transient
(package
(name "emacs-transient")
- (version "0.7.3")
+ (version "0.7.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -32052,7 +32052,7 @@ (define-public emacs-transient
(file-name (git-file-name name version))
(sha256
(base32
- "11yygh8h2ggslym3mly9dfgyml9srmcqkx1i9n190idv5a4gkjm7"))))
+ "0ad0qkcvc9w6ry8f4b6xrdy52vlxm8nrp67k2p97w6prhyfxbp7p"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #f ;no test suite

base-commit: 174ecf5b1077d29498d9de22e27b13047f314feb
--
2.45.2
Christopher Baines wrote 7 months ago
(name . Sergiu Ivanov)(address . sivanov@colimite.fr)(address . 72591-done@debbugs.gnu.org)
87sev7v1sy.fsf@cbaines.net
Sergiu Ivanov <sivanov@colimite.fr> writes:

Toggle quote (4 lines)
> Dear Guix,
>
> Here's a patch bumping the version on emacs-transient.

Thanks for the patch, I've pushed this to master as
3e1330b2c74c7ec957c0de69f5253c6bcf045c2f.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAma8hh1fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XfHOQ/+LuIhV7XEWhkEUTpB3NDzh62ia+jXUUL8
Pi8sfqG3JJkUoANOyH/tnOaCOW2ygvnMBM/WhltPSN63fjRRzV5xcho2id1cASfp
UVpML2dA7QtqY9qq9enryU2bodrky52puJSksjZWBRWkmAzRrVZA8onR2VGb2H9U
N9TcdGe1NXThd/LK4uFZ3gJR09ftSmlC1hALAuT7DG1wwcoTVc0LMIZ+hngf2t33
JER2HBfqVXOQu0RrHnigqGjjC3JlU5yhqsgGhScJ0SUCi9P6h8OwPBIoihFdk5yx
guuC6c0riydLO4SiEzqwZwcxs/65VtKiFvbK4/9/+mhWMDnldz1WT3pGE5Z4a+T1
zoD7OZwQCDuZqtKm21R6GPka7EUIgfpE61VX7Quxwz73YAEX+c9ikLX5oSMT8wdH
Qbp3cMeUL5Km2p/RbLwp3rqf3E3QHCvlf18aFL9iax73zKaBFQdZt9LDKs481BzJ
VQmVff+Ee8fMX1M5cINHJAom9OihekePqnAXPm+HXaSZE7PPDkEYkSLyyMzmkWIi
5tuUu1JManSMXUPcrToSR95gJ2YhbJ1+VahpaWTHLI/zuLQVMgE9MZJbaHolohWF
6c4MXJ7hg/QEFGIPjEJNFivwuXtQFAkWe75RNYfO1bpEZtcNb0Z0XKimHKWk4jQG
xTvBRVLiOlM=
=Hgp7
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72591@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72591
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help