unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50095] [PATCH 1/3] gnu: i3lock: Update to 2.13.
@ 2021-08-17 15:40 phodina via Guix-patches via
  2021-08-17 16:44 ` [bug#50095] [PATCH 2/3] gnu: i3lock-fancy: Add input phodina via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: phodina via Guix-patches via @ 2021-08-17 15:40 UTC (permalink / raw)
  To: 50095

* gnu/packages/wm.scm (i3lock): Update to 2.13.

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 920a7cbb3e..45f3816273 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -384,14 +384,14 @@ from many programming languages.")
 (define-public i3lock
   (package
     (name "i3lock")
-    (version "2.11.1")
+    (version "2.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://i3wm.org/i3lock/i3lock-"
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "015dn534m7cxjvqdncpvaq9p8b2r4w5hp1yanbdy2abmhbcc7a7j"))))
+                "02szjsaz7rqrdkd0r2nwgwa85c4hwfrcskxw7ryk695kmjcfhzv3"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
--
2.32.0




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

end of thread, other threads:[~2021-09-13 10:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17 15:40 [bug#50095] [PATCH 1/3] gnu: i3lock: Update to 2.13 phodina via Guix-patches via
2021-08-17 16:44 ` [bug#50095] [PATCH 2/3] gnu: i3lock-fancy: Add input phodina via Guix-patches via
2021-08-17 16:49 ` [bug#50095] [PATCH 3/3] gnu: Add i3lock-blur phodina via Guix-patches via
2021-09-13 10:30 ` bug#50095: [PATCH 1/3] gnu: i3lock: Update to 2.13 Ludovic Courtès

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