GNU bug report logs -
#68778
[PATCH] gnu: wlr-randr: Update to 0.4.0.
Previous Next
Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>
Date: Sun, 28 Jan 2024 09:52:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (wlr-randr): Update to 0.4.0.
Change-Id: I3a04bf965c4ec098268c9ac4a1328c6ca575cf9e
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 959928d8e2..1581f89cf5 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2047,7 +2047,7 @@ (define-public waybar-experimental
(define-public wlr-randr
(package
(name "wlr-randr")
- (version "0.3.1")
+ (version "0.4.0")
(source
(origin
(method git-fetch)
@@ -2056,7 +2056,7 @@ (define-public wlr-randr
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "13mya6j5z7cwg2a973y28ya8w36kxhj0fgj8bk9z6yf2w0ryr5xv"))))
+ (base32 "1f3dc2i6c1rn2adfcnqmh10570ps335188zllg66sv1d0l8mggry"))))
(build-system meson-build-system)
(inputs (list wayland))
(native-inputs (list pkg-config))
base-commit: 963a21bedcdb19c3a48af286b5b0cdcefa97fdb8
--
2.41.0
This bug report was last modified 1 year and 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.