GNU bug report logs -
#71496
[PATCH] gnu: libwacom: Update to 2.12.0.
Previous Next
Reported by: Dariqq <dariqq <at> posteo.net>
Date: Tue, 11 Jun 2024 22:00:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/xdisorg.scm (libwacom): Update to 2.12.1.
Change-Id: I0a57f1a197d321f68ec123bfa7654ee44f6c6093
---
Changes: Update to 2.12.1 instead of 2.12.0
Hopefully also qa is able to apply the patch now as I couldnt reproduce it with mumi am.
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 0027630da7..bd58269e72 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1451,7 +1451,7 @@ (define-public xcape
(define-public libwacom
(package
(name "libwacom")
- (version "2.11.0")
+ (version "2.12.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1459,7 +1459,7 @@ (define-public libwacom
"libwacom-" version "/libwacom-" version ".tar.xz"))
(sha256
(base32
- "0i0k333kfc6ai4vxqijjybj38s9j1hly2x327113lm1cr0g9jgxh"))))
+ "0wjmv0rnxbd143cb5a73drflpdaxpb0mck0r9rsds08bs8l7l12v"))))
(build-system meson-build-system)
(arguments
(list
base-commit: 30f0faafc4b1cb092d50b58b38db7435c8dbcfeb
--
2.45.1
This bug report was last modified 339 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.