unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63335] [PATCH] gnu: swaylock: Update to 1.7.2.
@ 2023-05-06 20:38 jlicht
  2023-05-07  8:39 ` bug#63335: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: jlicht @ 2023-05-06 20:38 UTC (permalink / raw)
  To: 63335; +Cc: Jelle Licht

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(-)

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.

base-commit: 5dcfe798f44753e18104541e83591cac6e053525
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63335: [PATCH] gnu: swaylock: Update to 1.7.2.
  2023-05-06 20:38 [bug#63335] [PATCH] gnu: swaylock: Update to 1.7.2 jlicht
@ 2023-05-07  8:39 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2023-05-07  8:39 UTC (permalink / raw)
  To: jlicht; +Cc: 63335-done

[-- Attachment #1: Type: text/plain, Size: 527 bytes --]

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).

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-07  8:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-06 20:38 [bug#63335] [PATCH] gnu: swaylock: Update to 1.7.2 jlicht
2023-05-07  8:39 ` bug#63335: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).