guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/10: gnu: sway: Update to 1.7.


From: guix-commits
Subject: 06/10: gnu: sway: Update to 1.7.
Date: Wed, 22 Jun 2022 06:36:08 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 06d39ff64222be37a4fcf384f61c1d915bccfe1c
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Wed Jan 26 18:12:34 2022 +0100

    gnu: sway: Update to 1.7.
    
    * gnu/packages/wm.scm (sway): Update to 1.7.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 70b8c61ae7..8cc36c0917 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1555,7 +1555,7 @@ modules for building a Wayland compositor.")
 (define-public sway
   (package
     (name "sway")
-    (version "1.6.1")
+    (version "1.7")
     (source
      (origin
        (method git-fetch)
@@ -1564,7 +1564,7 @@ modules for building a Wayland compositor.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0j4sdbsrlvky1agacc0pcz9bwmaxjmrapjnzscbd2i0cria2fc5j"))))
+        (base32 "0ss3l258blyf2d0lwd7pi7ga1fxfj8pxhag058k7cmjhs3y30y5l"))))
     (build-system meson-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]