GNU bug report logs -
#53767
[PATCH] gnu: st: Update to 0.8.5.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Fri, 4 Feb 2022 01:23:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> outlook.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 3 years and 105 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.