guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: psmisc: Update to 22.21.


From: Marius Bakke
Subject: 01/05: gnu: psmisc: Update to 22.21.
Date: Fri, 12 May 2017 09:26:56 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit aa9c221f741d59ae88bfa1ce24663b8e4384e091
Author: Marius Bakke <address@hidden>
Date:   Fri May 12 00:50:38 2017 +0200

    gnu: psmisc: Update to 22.21.
    
    * gnu/packages/linux.scm (psmisc): Update to 22.21.
    [home-page]: Update.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3c6ea77..9cdd45c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -468,7 +468,7 @@ at login.  Local and dynamic reconfiguration are its key 
features.")
 (define-public psmisc
   (package
     (name "psmisc")
-    (version "22.20")
+    (version "22.21")
     (source
      (origin
       (method url-fetch)
@@ -476,10 +476,10 @@ at login.  Local and dynamic reconfiguration are its key 
features.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "052mfraykmxnavpi8s78aljx8w87hyvpx8mvzsgpjsjz73i28wmi"))))
+        "0nhlm1vrrwn4a845p6y4nnnb4liq70n74zbdd5dq844jc6nkqclp"))))
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)))
-    (home-page "http://psmisc.sourceforge.net/";)
+    (home-page "https://gitlab.com/psmisc/psmisc";)
     (synopsis
      "Small utilities that use the proc file system")
     (description



reply via email to

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