[PATCH gnome-team] gnu: vte: Update to 0.72.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
8b3129e4b22c8009544f4d5eba6f96d60c18363e.1701039962.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (vte): Update to 0.72.3.

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

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d354327497..3bf3e8b9f2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4498,7 +4498,7 @@ (define-public vala-0.52
(define-public vte
(package
(name "vte")
- (version "0.72.2")
+ (version "0.72.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@@ -4506,7 +4506,7 @@ (define-public vte
"vte-" version ".tar.xz"))
(sha256
(base32
- "17hwfkb0vakjgf1gbmjma54hdrppzqfbfqj1jr9iz656hp8nz5pp"))))
+ "16v9xbngj17skipa4wjjjzwcxjb3qqad1cfi34v1sdwyy1ys617r"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "-Dvapi=true"

base-commit: e21f0cb7b7a87992004193cd56638ad961fe5928
--
2.41.0
Maxim Cournoyer wrote 1 years ago
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)
87msuqu5ul.fsf@gmail.com
Hi,

Vivien Kraus <vivien@planete-kraus.eu> writes:

Toggle quote (4 lines)
> * gnu/packages/gnome.scm (vte): Update to 0.72.3.
>
> Change-Id: Id855baf348bd191cb0f44832bac1fb6948406310

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>

--
Thanks,
Maxim
Vivien Kraus wrote 1 years ago
Applied, closing
(address . 67468-done@debbugs.gnu.org)
1f8e3b607fcdc77cb922ade14913bba07367d0a2.camel@planete-kraus.eu
Applied, closing.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67468
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