mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lvm2: Update to 2.03.22.
* gnu/packages/linux.scm (lvm2): Update to 2.03.22.
This commit is contained in:
parent
f885f0b73a
commit
cd2b717c3d
1 changed files with 2 additions and 2 deletions
|
@ -4469,7 +4469,7 @@ one to send arbitrary keycodes when a given key is tapped or held.")
|
|||
(define-public lvm2
|
||||
(package
|
||||
(name "lvm2")
|
||||
(version "2.03.21")
|
||||
(version "2.03.22")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(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")))
|
||||
(sha256
|
||||
(base32
|
||||
"0zksqsz8y47kh6vq0ykkgxf19il4wxfn234n6zf8m691sqhij9hy"))
|
||||
"0z6w6bknhwh1n3qfkb5ij6x57q3wjf28lq3l8kh7rkhsplinjnjc"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue