gnu: lvm2: Update to 2.03.22.

* gnu/packages/linux.scm (lvm2): Update to 2.03.22.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-30 02:00:00 +02:00
parent f885f0b73a
commit cd2b717c3d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4469,7 +4469,7 @@ one to send arbitrary keycodes when a given key is tapped or held.")
(define-public lvm2 (define-public lvm2
(package (package
(name "lvm2") (name "lvm2")
(version "2.03.21") (version "2.03.22")
(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."
@ -4478,7 +4478,7 @@ one to send arbitrary keycodes when a given key is tapped or held.")
version ".tgz"))) version ".tgz")))
(sha256 (sha256
(base32 (base32
"0zksqsz8y47kh6vq0ykkgxf19il4wxfn234n6zf8m691sqhij9hy")) "0z6w6bknhwh1n3qfkb5ij6x57q3wjf28lq3l8kh7rkhsplinjnjc"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin