diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-24 23:18:52 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-24 23:20:06 +0200 |
commit | 03113e313eb605dbd87ebf277109dd86462bca9e (patch) | |
tree | ba4ab0c8a02f94ff4a1aab563fffc5251a901e30 | |
parent | 14c630bbb43ba513e7c102626f65fc687e9b5d77 (diff) | |
download | guix-03113e313eb605dbd87ebf277109dd86462bca9e.tar.gz guix-03113e313eb605dbd87ebf277109dd86462bca9e.zip |
gnu: psmisc: Update source URI.
* gnu/packages/linux.scm (psmisc)[source]: Update URI.
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3f2ab74368..1249cc5820 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1019,7 +1019,7 @@ at login. Local and dynamic reconfiguration are its key features.") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/psmisc/psmisc devel/psmisc-" + (uri (string-append "mirror://sourceforge/psmisc/psmisc/psmisc-" version ".tar.xz")) (sha256 (base32 "103qp3f8jvz07x8r8zgsqwyw84g5g92w6pdq97d78d1pr7yvyz2b")))) |