all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: phodina via Guix-patches via <guix-patches@gnu.org>
To: 50095@debbugs.gnu.org
Subject: [bug#50095] [PATCH 1/3] gnu: i3lock: Update to 2.13.
Date: Tue, 17 Aug 2021 15:40:03 +0000	[thread overview]
Message-ID: <ZzghddwlhQdMTDNNKMti68HvemxuSzNXM8nQ0xweWmB_OJFJbQBQUVmlUEatsSU_dbIR83giiSvHDR3PH5YnsxthIEyqA8Mt7blWsbtmAuQ=@protonmail.com> (raw)

* 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




             reply	other threads:[~2021-08-17 15:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-17 15:40 phodina via Guix-patches via [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ZzghddwlhQdMTDNNKMti68HvemxuSzNXM8nQ0xweWmB_OJFJbQBQUVmlUEatsSU_dbIR83giiSvHDR3PH5YnsxthIEyqA8Mt7blWsbtmAuQ=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=50095@debbugs.gnu.org \
    --cc=phodina@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.