GNU bug report logs -
#42923
[core-updates]: Add meson/latest and update wayland/sway.
Previous Next
Full log
Message #20 received at 42923 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (sway): Update to 1.5.
---
gnu/packages/wm.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index fb90173ef5..89d0a30712 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1359,7 +1359,7 @@ modules for building a Wayland compositor.")
(define-public sway
(package
(name "sway")
- (version "1.4")
+ (version "1.5")
(source
(origin
(method git-fetch)
@@ -1368,10 +1368,11 @@ modules for building a Wayland compositor.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "11qf89y3q92g696a6f4d23qb44gqixg6qxq740vwv2jw59ms34ja"))))
+ (base32 "0r3b7h778l9i20z3him9i2qsaynpn9y78hzfgv3cqi8fyry2c4f9"))))
(build-system meson-build-system)
(arguments
- `(#:phases
+ `(#:meson ,meson/latest
+ #:phases
(modify-phases %standard-phases
(add-before 'configure 'hardcode-paths
(lambda* (#:key inputs #:allow-other-keys)
--
2.28.0
This bug report was last modified 4 years and 213 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.