guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: swaylock-effects: Update to 1.6.11.


From: guix-commits
Subject: branch master updated: gnu: swaylock-effects: Update to 1.6.11.
Date: Fri, 02 Jun 2023 02:47:58 -0400

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

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 75bdd4b052 gnu: swaylock-effects: Update to 1.6.11.
75bdd4b052 is described below

commit 75bdd4b05253c0e6ca5399f60e424f0f00fdb673
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Fri Jun 2 10:46:19 2023 +0400

    gnu: swaylock-effects: Update to 1.6.11.
    
    * gnu/packages/wm.scm (swaylock-effects): Update to 1.6.11.
---
 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 870d713c88..7f5e10b60d 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1717,7 +1717,7 @@ modules for building a Wayland compositor.")
   (package
     (inherit swaylock)
     (name "swaylock-effects")
-    (version "1.6.10")
+    (version "1.6.11")
     (source
      (origin
        (method git-fetch)
@@ -1727,7 +1727,7 @@ modules for building a Wayland compositor.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1d8ri7bzwfr53ybgf23acz57wyhcl2f1nqprcda1v9bzfgsqfk2n"))))
+         "0j7dxn66xqlf6iv2arqzz7mxlh7nf85anvpyf30d2frcidarda9h"))))
     (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]