GNU bug report logs -
#59129
[PATCH] gnu: btop: Update to 1.2.13.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Tue, 8 Nov 2022 18:53:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/admin.scm (btop): Update to 1.2.13.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 45e7a11050..5c7dcb681c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -708,7 +708,7 @@ (define-public ttyload
(define-public btop
(package
(name "btop")
- (version "1.2.9")
+ (version "1.2.13")
(source (origin
(method url-fetch)
(uri (string-append
@@ -716,7 +716,7 @@ (define-public btop
version ".tar.gz"))
(sha256
(base32
- "0cb5q7hrb9y378i98km9s6jbi5c50i7wra8m8jik5hf4m4s3930g"))))
+ "00hfja154i5kmsgh1ja8aifcqj12jy7p8chdmlslqmij4iwc93b6"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f ;no test suite
--
2.38.0
This bug report was last modified 2 years and 252 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.