[PATCH core-updates] gnu: xkbcomp: Update to 1.4.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Matthew James Kraai
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Matthew James Kraai
Severity
normal

Debbugs page

Matthew James Kraai wrote 4 years ago
[PATCH] gnu: xkbcomp: Update to 1.4.5.
(address . guix-patches@gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
20210606150736.7542-1-kraai@ftbfs.org
* gnu/packages/xorg.scm (xkbcomp): Update to 1.4.5.
---
gnu/packages/xorg.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 265ce811ff..7403427b35 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -27,6 +27,7 @@
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Jean-Baptiste Note <jean-baptiste.note@m4x.org>
;;; Copyright © 2021 Nicolò Balzarotti <nicolo@nixo.xyz>
+;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3913,7 +3914,7 @@ alternative implementations like XRandR or TwinView.")
(define xkbcomp-intermediate ;used as input for xkeyboard-config
(package
(name "xkbcomp-intermediate")
- (version "1.4.4")
+ (version "1.4.5")
(source
(origin
(method url-fetch)
@@ -3921,7 +3922,7 @@ alternative implementations like XRandR or TwinView.")
version ".tar.bz2"))
(sha256
(base32
- "0zpjkbap9160pdd6jpgb5f0yg5281w0rkkx1l0i7g887lq1ydk2r"))))
+ "0pmhshqinwqh5rip670l3szjpywky67hv232ql6gvdj489n0hlb8"))))
(build-system gnu-build-system)
(inputs
`(("xorgproto" ,xorgproto)
--
2.31.1
Matthew James Kraai wrote 4 years ago
Retitle 48876
(address . control@debbugs.gnu.org)
d3ad1808-7b9b-9187-2988-6b36d50193d3@ftbfs.org
retitle 48876 [PATCH core-updates] gnu: xkbcomp: Update to 1.4.5.
Mathieu Othacehe wrote 4 years ago
Re: bug#48876: [PATCH core-updates] gnu: xkbcomp: Update to 1.4.5.
(name . Matthew James Kraai)(address . kraai@ftbfs.org)(address . 48876-done@debbugs.gnu.org)
87a6mwx50f.fsf@gnu.org
Hey,

Toggle quote (2 lines)
> * gnu/packages/xorg.scm (xkbcomp): Update to 1.4.5.

Pushed as 64b8e004fd0e49e82c58faefaff14d82b7905a4c.

Thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

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

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