diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-01-09 18:29:49 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-01-11 20:40:28 +0800 |
commit | b347c563d2eecc4083155f1f90cc973efce03c3a (patch) | |
tree | e9137d6339c08849630757c0cb3555659bf2d0d4 /gnu/packages | |
parent | c73349d59545a7b80a4ac5ee59b3dff05d06aa4e (diff) |
gnu: btop: Update to 1.3.0.
* gnu/packages/admin.scm (btop): Update to 1.3.0.
Change-Id: Ie273ddde16d11b880493993070eda681a9f27e80
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 3f1de1e6b6..fcf05992d8 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -746,7 +746,7 @@ console.") (define-public btop (package (name "btop") - (version "1.2.13") + (version "1.3.0") (source (origin (method git-fetch) (uri (git-reference @@ -755,7 +755,7 @@ console.") (file-name (git-file-name name version)) (sha256 (base32 - "0aggzlxyfp213rknpbhkn8wbgzcnz181dyh9m2awz72w705axy8p")))) + "0fbrkzg03n2vamg1pfzdb8wxm3xffy6gp4izhqppl45zngy3c0s1")))) (build-system gnu-build-system) (arguments (list #:tests? #f ;no test suite |