guix-commits
[Top][All Lists]
Advanced

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

15/16: gnu: swaylock-effects: Update to 1.7.0.0.


From: guix-commits
Subject: 15/16: gnu: swaylock-effects: Update to 1.7.0.0.
Date: Wed, 14 Feb 2024 16:15:43 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit 974be77ddba3ee360ef0b56960952687be47e5b0
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Feb 10 23:35:53 2024 -0500

    gnu: swaylock-effects: Update to 1.7.0.0.
    
    * gnu/packages/wm.scm (swaylock-effects): Update to 1.7.0.0.
    
    Change-Id: Ie30170b0907cf50c67ce560710c278e8468491bf
    Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
---
 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 26b67de481..4efd98f11c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1864,7 +1864,7 @@ corners, shadows, inactive window dimming, etc.")
   (package
     (inherit swaylock)
     (name "swaylock-effects")
-    (version "1.6.11")
+    (version "1.7.0.0")
     (source
      (origin
        (method git-fetch)
@@ -1874,7 +1874,7 @@ corners, shadows, inactive window dimming, etc.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0j7dxn66xqlf6iv2arqzz7mxlh7nf85anvpyf30d2frcidarda9h"))))
+         "0cgpbzdpxj6bbpa8jwql1snghj21mhryyvj6sk46g66lqvwlrqbj"))))
     (arguments
      (list #:configure-flags #~'("-Dsse=false")))
     (synopsis "Screen locking utility for Wayland compositors with effects")



reply via email to

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