mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: htop: Update to 3.2.2.
* gnu/packages/admin.scm (htop): Update to 3.2.2.
This commit is contained in:
parent
3286a38c42
commit
19d58dbc24
1 changed files with 2 additions and 2 deletions
|
@ -769,7 +769,7 @@ (define-public smem
|
|||
(define-public htop
|
||||
(package
|
||||
(name "htop")
|
||||
(version "3.2.1")
|
||||
(version "3.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -777,7 +777,7 @@ (define-public htop
|
|||
(url "https://github.com/htop-dev/htop")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "0yfmkw3y4qyd42svhpiijif7krvmnb8z88y6h9g4fwf7sfynq2rk"))
|
||||
(base32 "0cyaprgnhfrc7rqq053903bjylaplvxkb65b04bsxmiva09lvf9s"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue