gnu: multipath-tools: Update to 0.8.3.
* gnu/packages/linux.scm (multipath-tools): Update to 0.8.3.
This commit is contained in:
parent
6cfbb7cb83
commit
a82b6003e6
@ -3662,7 +3662,7 @@ arrays when needed.")
|
|||||||
(define-public multipath-tools
|
(define-public multipath-tools
|
||||||
(package
|
(package
|
||||||
(name "multipath-tools")
|
(name "multipath-tools")
|
||||||
(version "0.8.2")
|
(version "0.8.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://git.opensvc.com/?p=multipath-tools/"
|
(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"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kb4mhzwyygdbikikmby6hj39pb3nrzv05v526c75wnycwnpxg31"))
|
"1c6ay97wlfv1fl0y8hcfpxhkps14hlnw9gzmj7884micsp7pa9yv"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
Loading…
Reference in New Issue
Block a user