GNU bug report logs - #60624
[PATCH] gnu: slock: Update to 1.5.

Previous Next

Package: guix-patches;

Reported by: Nikolay Korotkiy <sikmir <at> disroot.org>

Date: Sat, 7 Jan 2023 12:23:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60624: closed ([PATCH] gnu: slock: Update to 1.5.)
Date: Sat, 07 Jan 2023 18:54:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 07 Jan 2023 19:53:05 +0100
with message-id <87r0w6gory.fsf <at> gnu.org>
and subject line Re: bug#60624: [PATCH] gnu: slock: Update to 1.5.
has caused the debbugs.gnu.org bug report #60624,
regarding [PATCH] gnu: slock: Update to 1.5.
to be marked as done.

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


-- 
60624: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60624
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nikolay Korotkiy <sikmir <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Nikolay Korotkiy <sikmir <at> disroot.org>
Subject: [PATCH] gnu: slock: Update to 1.5.
Date: Sat,  7 Jan 2023 16:22:05 +0400
* gnu/packages/suckless.scm (slock): Update to 1.5.
---
 gnu/packages/suckless.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 99901c595f..b7252b4402 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -337,14 +337,14 @@ (define-public spoon
 (define-public slock
   (package
     (name "slock")
-    (version "1.4")
+    (version "1.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dl.suckless.org/tools/slock-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0sif752303dg33f14k6pgwq2jp1hjyhqv6x4sy3sj281qvdljf5m"))))
+                "0k8fvf9g27yyaqpyhk6apbkq6r4vjwxhff1qb9ignxx2yvxy7qdf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests

base-commit: d16edd03cfa84f6d5fed979fd7283966cd3e4934
-- 
2.37.2



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Nikolay Korotkiy <sikmir <at> disroot.org>
Cc: 60624-done <at> debbugs.gnu.org
Subject: Re: bug#60624: [PATCH] gnu: slock: Update to 1.5.
Date: Sat, 07 Jan 2023 19:53:05 +0100
> * gnu/packages/suckless.scm (slock): Update to 1.5.

Applied, thanks!

Mathieu


This bug report was last modified 2 years and 136 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.