guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/24: gnu: psmisc: Update to 23.5.


From: guix-commits
Subject: 06/24: gnu: psmisc: Update to 23.5.
Date: Tue, 24 May 2022 20:22:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3d00f10ed592adb923eb3ac87d53220b07019f60
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:00 2022 +0200

    gnu: psmisc: Update to 23.5.
    
    * gnu/packages/linux.scm (psmisc): Update to 23.5.
---
 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 84fd8a4faf..8c1e2aa279 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1784,14 +1784,14 @@ deviation, and minimum and maximum values.  It can show 
a nice histogram too.")
 (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]