diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-15 03:52:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-16 19:51:55 +0100 |
commit | a82b6003e6ed8393212593a3fd233e22949f1460 (patch) | |
tree | d68594f3ab2b7f7d14fb6cf4cdd1708139c9478b | |
parent | 6cfbb7cb830d778d467b62636adc4323f324252e (diff) | |
download | patches-a82b6003e6ed8393212593a3fd233e22949f1460.tar patches-a82b6003e6ed8393212593a3fd233e22949f1460.tar.gz |
gnu: multipath-tools: Update to 0.8.3.
* gnu/packages/linux.scm (multipath-tools): Update to 0.8.3.
-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 62c0249b77..377398b9e0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3662,7 +3662,7 @@ arrays when needed.") (define-public multipath-tools (package (name "multipath-tools") - (version "0.8.2") + (version "0.8.3") (source (origin (method url-fetch) (uri (string-append "https://git.opensvc.com/?p=multipath-tools/" @@ -3670,7 +3670,7 @@ arrays when needed.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0kb4mhzwyygdbikikmby6hj39pb3nrzv05v526c75wnycwnpxg31")) + "1c6ay97wlfv1fl0y8hcfpxhkps14hlnw9gzmj7884micsp7pa9yv")) (modules '((guix build utils))) (snippet '(begin |