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
|
(define-public lvm2
|
||||||
(package
|
(package
|
||||||
(name "lvm2")
|
(name "lvm2")
|
||||||
(version "2.03.10")
|
(version "2.03.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "https://sourceware.org/ftp/lvm2/LVM2."
|
(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")))
|
version ".tgz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l0fkn9abrgk5mfn6jfh9qhdr86b59l1c5pk6lp8jh0491d69las"))
|
"1m4xpda8vbyd89ca0w8nacvnl4j34yzsa625gn990fb5sh84ab44"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue