emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53399: closed ([PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4)


From: GNU bug Tracking System
Subject: bug#53399: closed ([PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4)
Date: Sun, 23 Jan 2022 09:43:02 +0000

Your message dated Sun, 23 Jan 2022 10:41:58 +0100
with message-id <87lez6eql5.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#53399] [PATCH 1/2] gnu: i3lock-color: Update to 
2.13.c.4
has caused the debbugs.gnu.org bug report #53399,
regarding [PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53399: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53399
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4 Date: Thu, 20 Jan 2022 18:16:23 -0300
* gnu/packages/wm.scm (i3lock-color): Update to 2.13.c.4
[source, home-page]: Update URLs.
---
 gnu/packages/wm.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 67e113aaa2..d463159b4f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -639,16 +639,16 @@ (define-public quickswitch-i3
 (define-public i3lock-color
   (package
     (name "i3lock-color")
-    (version "2.12.c")
+    (version "2.13.c.4")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/PandorasFox/i3lock-color";)
+             (url "https://github.com/Raymo111/i3lock-color";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08fhnchf187b73h52xgzb86g6byzxz085zs9galsvl687g5zxk34"))))
+        (base32 "1lnyh8spbf1ar4xan5v7q8i2i51aq1i60kzbfkn9w3wa0jzf9f3d"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; no tests included
@@ -664,7 +664,7 @@ (define-public i3lock-color
        ("xcb-util-xrm" ,xcb-util-xrm)))
     (native-inputs
      (list autoconf automake pkg-config))
-    (home-page "https://github.com/PandorasFox/i3lock-color";)
+    (home-page "https://github.com/Raymo111/i3lock-color";)
     (synopsis "Screen locker with color configuration support")
     (description
      "i3lock-color is a simpler X11 screen locker derived from i3lock.
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53399] [PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4 Date: Sun, 23 Jan 2022 10:41:58 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

SeerLite via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/wm.scm (i3lock-color): Update to 2.13.c.4
> [source, home-page]: Update URLs.

Applied both patches. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]