gnu: lvm2: Update to 2.03.11.
* gnu/packages/linux.scm (lvm2): Update to 2.03.11.master
parent
8b7e84b952
commit
d15c050116
|
@ -3465,7 +3465,7 @@ devices that can inject events directly into the input subsystem.")
|
|||
(define-public lvm2
|
||||
(package
|
||||
(name "lvm2")
|
||||
(version "2.03.10")
|
||||
(version "2.03.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "https://sourceware.org/ftp/lvm2/LVM2."
|
||||
|
@ -3474,7 +3474,7 @@ devices that can inject events directly into the input subsystem.")
|
|||
version ".tgz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1l0fkn9abrgk5mfn6jfh9qhdr86b59l1c5pk6lp8jh0491d69las"))
|
||||
"1m4xpda8vbyd89ca0w8nacvnl4j34yzsa625gn990fb5sh84ab44"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Reference in New Issue