mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: psmisc: Update to 23.5.
* gnu/packages/linux.scm (psmisc): Update to 23.5.
This commit is contained in:
parent
6e5b956b8d
commit
3d00f10ed5
1 changed files with 2 additions and 2 deletions
|
@ -1784,14 +1784,14 @@ (define-public powerstat
|
|||
(define-public psmisc
|
||||
(package
|
||||
(name "psmisc")
|
||||
(version "23.4")
|
||||
(version "23.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/psmisc/psmisc/psmisc-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0y8n1jd2dn4cvc5mh806d66qnq8xl0xmzczbycjwal10rvmcw33z"))))
|
||||
(base32 "12z5786dnf37n8wvv73wdcqp3nvsqzhwdk3ajna0mag4yz1fqdyw"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(,@(if (%current-target-system)
|
||||
|
|
Loading…
Reference in a new issue