[PATCH] gnu: xf86-input-wacom: Update to 1.2.0.

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

Debbugs page

Alexey Abramov wrote 1 years ago
(address . guix-patches@gnu.org)
20240211175048.31889-1-levenson@mmer.org
* gnu/packages/xdisorg.scm (xf86-input-wacom): Ditto.
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 449cbbaf6e..371c89ed9e 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1488,7 +1488,7 @@ (define-public libwacom
(define-public xf86-input-wacom
(package
(name "xf86-input-wacom")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
@@ -1497,7 +1497,7 @@ (define-public xf86-input-wacom
"xf86-input-wacom-" version "/"
"xf86-input-wacom-" version ".tar.bz2"))
(sha256
- (base32 "04ks577ag2yir7kssv8zhig4rx9xqj2wifmlrcmy4k9lgw379di3"))))
+ (base32 "0pb8f8fvwm7vy5p3h8nc7x7fb68kpdkscz0j79xzsaxwn8435hhk"))))
(arguments
(list #:configure-flags
#~(list (string-append "--with-sdkdir=" #$output "/include/xorg")
--
2.41.0
Christopher Baines wrote 1 years ago
(name . Alexey Abramov)(address . levenson@mmer.org)(address . 69060-done@debbugs.gnu.org)(address . guix-patches@gnu.org)
87frxv88zv.fsf@cbaines.net
Alexey Abramov via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (5 lines)
> * gnu/packages/xdisorg.scm (xf86-input-wacom): Ditto.
> ---
> gnu/packages/xdisorg.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
24bea8dac1ce1fd5a777ea7556503cec7b10608c.

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

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmXMwXRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XfXVBAArXss3WBZ12Ji8zgjdHUNDJn0LQM1hycC
vH31ICJeyZoDGQ0j5SQpFBlb7uMrsYCDTIS70hVrCkZM5trL0KANDsRu8WMWs1rH
QGut7qp8GAEru3YfpxGKALW85idSSNn/JnP8HMdgYBnjCrnaLum9w/WpVpDA4VPA
dLUQly+JZEzElpvwXChm8k0R5AeSHco5Zu2yuz2x5uuTlmlCbhtIllQiaDoaDdpH
mMtCt7meWehhBa29bi+ScxyJaiKTbNDzgYmv8sptlghp7KMfv45gc0h8oJQT560S
+jrUVD3N90ddIcvYQz+OFxSI+FUpe9nfyFvrPl/m3cxheyV7de8RVQEvi+mHUW2N
dRBP0os3eyeJGUHW77Yx5d7h8AFFSka853ygEBeqpENL2JgIl417NQ4sBP6oo5v/
ayu0zLnOOwaiTOiNKVCt4J+k7IJEC9W6IpzxUKgdHaeJ5gkRgWJ+iI72TTdl1a4V
2FNbQEJk7EPrY7TbkbXswEeIMKh+ferFPBIMaGgBqZW5SZCiG3ui34BndKjuqVlm
aVVc/GMzBsIxX3tN+OiUv+gA4L//e8N6arX1r/ly4z5GGNONt5oH+iMiTOMs5M47
ntlFvjuwFZy/Zm4MQid/wIx0LIPe9/fRkHQZyWMPyXDQOf+lnFZdNsrS5GeLZjQY
XtE9F1pZcWE=
=FGCh
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

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