[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: psmisc: Update to 23.6.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: psmisc: Update to 23.6. |
Date: |
Sat, 16 Sep 2023 09:42:16 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 725b2528a6 gnu: psmisc: Update to 23.6.
725b2528a6 is described below
commit 725b2528a65edf7425762b99330ab1c9bd33bc86
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Tue Mar 21 19:23:22 2023 +0000
gnu: psmisc: Update to 23.6.
* gnu/packages/linux.scm (psmisc): Update to 23.6.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7d379882d2..f7e4d9cf16 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2091,14 +2091,14 @@ deviation, and minimum and maximum values. It can show
a nice histogram too.")
(define-public psmisc
(package
(name "psmisc")
- (version "23.5")
+ (version "23.6")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/psmisc/psmisc/psmisc-"
version ".tar.xz"))
(sha256
- (base32 "12z5786dnf37n8wvv73wdcqp3nvsqzhwdk3ajna0mag4yz1fqdyw"))))
+ (base32 "0al2138z0m2bqrviv3zw2i2km4v8xg5wrw867li4jk4s2l3dwz95"))))
(build-system gnu-build-system)
(arguments
`(,@(if (%current-target-system)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: psmisc: Update to 23.6.,
guix-commits <=