all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53767] [PATCH] gnu: st: Update to 0.8.5.
@ 2022-02-04  1:22 jgart via Guix-patches via
  2022-02-04 12:53 ` bug#53767: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-02-04  1:22 UTC (permalink / raw)
  To: 53767; +Cc: jgart

* gnu/packages/suckless.scm (st): Update to 0.8.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 115070ae97..708eb2c338 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -357,14 +357,14 @@ (define-public slock
 (define-public st
   (package
     (name "st")
-    (version "0.8.4")
+    (version "0.8.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://dl.suckless.org/st/st-"
                            version ".tar.gz"))
        (sha256
-        (base32 "19j66fhckihbg30ypngvqc9bcva47mp379ch5vinasjdxgn3qbfl"))))
+        (base32 "0dxb8ksy4rcnhp5k54p7i7wwhm64ksmavf5wh90zfbyh7qh34s7a"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
-- 
2.35.0





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

* bug#53767: [PATCH] gnu: st: Update to 0.8.5.
  2022-02-04  1:22 [bug#53767] [PATCH] gnu: st: Update to 0.8.5 jgart via Guix-patches via
@ 2022-02-04 12:53 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2022-02-04 12:53 UTC (permalink / raw)
  To: jgart; +Cc: 53767-done

jgart <jgart@dismail.de> writes:

> * gnu/packages/suckless.scm (st): Update to 0.8.5.

Pushed, thank you!




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

end of thread, other threads:[~2022-02-04 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04  1:22 [bug#53767] [PATCH] gnu: st: Update to 0.8.5 jgart via Guix-patches via
2022-02-04 12:53 ` bug#53767: " 宋文武

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.