diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
commit | cd2b717c3d428a4f36e3ae406449cef50a968a24 (patch) | |
tree | d026da1ca6b53b94d7aabbf39a2429ebcdcc66c3 | |
parent | f885f0b73a9e9e3fefc3aab843fb7cb3c41d6260 (diff) | |
download | guix-cd2b717c3d428a4f36e3ae406449cef50a968a24.tar.gz guix-cd2b717c3d428a4f36e3ae406449cef50a968a24.zip |
gnu: lvm2: Update to 2.03.22.
* gnu/packages/linux.scm (lvm2): Update to 2.03.22.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9c49cc0b3a..0be849f39d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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 |