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