unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60624] [PATCH] gnu: slock: Update to 1.5.
@ 2023-01-07 12:22 Nikolay Korotkiy via Guix-patches via
  2023-01-07 18:53 ` bug#60624: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Nikolay Korotkiy via Guix-patches via @ 2023-01-07 12:22 UTC (permalink / raw)
  To: 60624; +Cc: Nikolay Korotkiy

* 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





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

* bug#60624: [PATCH] gnu: slock: Update to 1.5.
  2023-01-07 12:22 [bug#60624] [PATCH] gnu: slock: Update to 1.5 Nikolay Korotkiy via Guix-patches via
@ 2023-01-07 18:53 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-01-07 18:53 UTC (permalink / raw)
  To: Nikolay Korotkiy; +Cc: 60624-done


> * gnu/packages/suckless.scm (slock): Update to 1.5.

Applied, thanks!

Mathieu




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

end of thread, other threads:[~2023-01-07 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-07 12:22 [bug#60624] [PATCH] gnu: slock: Update to 1.5 Nikolay Korotkiy via Guix-patches via
2023-01-07 18:53 ` bug#60624: " Mathieu Othacehe

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