diff mbox series

[bug#63335] gnu: swaylock: Update to 1.7.2.

Message ID 92b9e793c30c7aad88839f6848313b5e5c24f641.1683405479.git.jlicht@fsfe.org
State New
Headers show
Series [bug#63335] gnu: swaylock: Update to 1.7.2. | expand

Commit Message

Jelle Licht May 6, 2023, 8:38 p.m. UTC
From: Jelle Licht <jlicht@fsfe.org>

* gnu/packages/wm.scm (swaylock): Update to 1.7.2.
---

 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: 5dcfe798f44753e18104541e83591cac6e053525

Comments

Efraim Flashner May 7, 2023, 8:39 a.m. UTC | #1
Normally I'd tell you to go ahead and push it yourself but I tested it
by reconfiguring and locking and unlocking my screen. It fixed the red
screen lockout so I went ahead and pushed it on your behalf so it'll be
fixed (faster) for everyone (rather than waiting for you to see the LGTM
and then pushing it).
diff mbox series

Patch

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 @@  (define-public swayidle
 (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.