me
/
guix
Archived
1
0
Fork 0

gnu: lvm2: Update to 2.03.11.

* gnu/packages/linux.scm (lvm2): Update to 2.03.11.
master
Tobias Geerinckx-Rice 2021-01-09 22:48:59 +01:00
parent 8b7e84b952
commit d15c050116
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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