guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: psmisc: Update hash.


From: guix-commits
Subject: 01/01: gnu: psmisc: Update hash.
Date: Thu, 24 Oct 2019 12:35:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 70a4fb6f983f05b5630cf8c7d85c3143b6d5523b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Oct 24 18:15:57 2019 +0200

    gnu: psmisc: Update hash.
    
    Apart from translation (po/*) updates, the following code changes were
    made in-place: <https://issues.guix.gnu.org/issue/37905>.
    
    * gnu/packages/linux.scm (psmisc)[source]: Update hash.
---
 gnu/packages/linux.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0a7f431..2768020 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1022,13 +1022,11 @@ at login.  Local and dynamic reconfiguration are its 
key features.")
       (uri (string-append "mirror://sourceforge/psmisc/psmisc devel/psmisc-"
                           version ".tar.xz"))
       (sha256
-       (base32
-        "0s1kjhrik0wzqbm7hv4gkhywhjrwhp9ajw0ad05fwharikk6ah49"))))
+       (base32 "103qp3f8jvz07x8r8zgsqwyw84g5g92w6pdq97d78d1pr7yvyz2b"))))
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)))
     (home-page "https://gitlab.com/psmisc/psmisc";)
-    (synopsis
-     "Small utilities that use the proc file system")
+    (synopsis "Small utilities that use the proc file system")
     (description
      "This PSmisc package is a set of some small useful utilities that
 use the proc file system.  We're not about changing the world, but



reply via email to

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