diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-04 05:54:48 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-04 17:54:40 +0100 |
commit | 3e57b7d99b49472470ca1134c4e6e1f7d334361e (patch) | |
tree | 3723f6ddc964bee8c7ec6c40ce6a69e162e90288 /gnu/packages/linux.scm | |
parent | 5275f69e6ea445f7ac7b7c3769bd652f96753817 (diff) | |
download | patches-3e57b7d99b49472470ca1134c4e6e1f7d334361e.tar patches-3e57b7d99b49472470ca1134c4e6e1f7d334361e.tar.gz |
gnu: multipath-tools: Update to 0.7.4.
* gnu/packages/linux.scm (multipath-tools): Update to 0.7.4.
[source]: Download using HTTPS.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1f9e084e85..2c3a1a84c2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2864,15 +2864,15 @@ arrays when needed.") (define-public multipath-tools (package (name "multipath-tools") - (version "0.7.1") + (version "0.7.4") (source (origin (method url-fetch) - (uri (string-append "http://git.opensvc.com/?p=multipath-tools/" + (uri (string-append "https://git.opensvc.com/?p=multipath-tools/" ".git;a=snapshot;h=" version ";sf=tgz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0w0rgi3lqksaki30yvd4l5rgjqb0d7js1sh7masl8aw6xbrsm26p")) + "02lk453wa2gfxkl8zmdws15nkcibln2yw76zm779pkngkhggl6w8")) (modules '((guix build utils))) (snippet '(begin |