GNU bug report logs -
#63085
[PATCH 1/2] gnu: wlroots: Update to 0.16.2.
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Wed, 26 Apr 2023 04:52:01 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/wm.scm (sway): Update to 1.8.1.
---
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 54d6bd4c9b..88ab6aab2f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1619,7 +1619,7 @@ (define-public wlroots
(define-public sway
(package
(name "sway")
- (version "1.8")
+ (version "1.8.1")
(source
(origin
(method git-fetch)
@@ -1628,7 +1628,7 @@ (define-public sway
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "17dqr2lkmcv2ssp7vky27zw599i77whpb1aqh1s6kl8a8vkrz6mg"))))
+ (base32 "1y7brfrsjnm9gksijgnr6zxqiqvn06mdiwsk5j87ggmxazxd66av"))))
(build-system meson-build-system)
(arguments
`(;; elogind is propagated by wlroots -> libseat
--
2.39.2
This bug report was last modified 2 years and 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.