guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: swaylock: Update to 1.7.2.


From: guix-commits
Subject: branch master updated: gnu: swaylock: Update to 1.7.2.
Date: Sun, 07 May 2023 04:38:19 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0c217039a0 gnu: swaylock: Update to 1.7.2.
0c217039a0 is described below

commit 0c217039a062c583d391092fa6e2228d797d3eae
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Sat May 6 22:38:19 2023 +0200

    gnu: swaylock: Update to 1.7.2.
    
    * gnu/packages/wm.scm (swaylock): Update to 1.7.2.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f1fcc68d5f..fe732e572e 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1694,16 +1694,16 @@ modules for building a Wayland compositor.")
 (define-public swaylock
   (package
     (name "swaylock")
-    (version "1.6")
+    (version "1.7.2")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/swaywm/swaylock";)
-             (commit version)))
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ihdvx6gdinzabvnazjmkk3ajrp7ngg0jzfwcjqn4hcjv64s0lam"))))
+        (base32 "03jrjwlwxkcyd6m9a1bbwapasnz7b7aws7h0y6jigjm4m478phv6"))))
     (build-system meson-build-system)
     (inputs (list cairo gdk-pixbuf libxkbcommon
                   ;("linux-pam" ,linux-pam) ; FIXME: Doesn't work.



reply via email to

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