diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-04-25 12:45:39 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-04-25 15:09:22 +0200 |
commit | 0afeda65218ed0c82ab18762111c52a9fedd2582 (patch) | |
tree | c606de4864aaada8911aaa423bb68b3657189cfe /gnu | |
parent | 5843dab8fbb8f4583e37c16a9295b7b7917eebd8 (diff) | |
download | guix-0afeda65218ed0c82ab18762111c52a9fedd2582.tar guix-0afeda65218ed0c82ab18762111c52a9fedd2582.tar.gz |
gnu: multipath-tools: Update to 0.7.6.
* gnu/packages/linux.scm (multipath-tools): Update to 0.7.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e6a1dae0c4..c7c057b349 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2898,7 +2898,7 @@ arrays when needed.") (define-public multipath-tools (package (name "multipath-tools") - (version "0.7.4") + (version "0.7.6") (source (origin (method url-fetch) (uri (string-append "https://git.opensvc.com/?p=multipath-tools/" @@ -2906,7 +2906,7 @@ arrays when needed.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "02lk453wa2gfxkl8zmdws15nkcibln2yw76zm779pkngkhggl6w8")) + "0zkcayi3mmp43ji2zid1gprgsvqhjjapsw7jjd60sf75prf50h2r")) (modules '((guix build utils))) (snippet '(begin |