guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/10: gnu: lvm2: Update to 2.03.22.


From: guix-commits
Subject: 09/10: gnu: lvm2: Update to 2.03.22.
Date: Sun, 6 Aug 2023 14:52:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cd2b717c3d428a4f36e3ae406449cef50a968a24
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 30 02:00:00 2023 +0200

    gnu: lvm2: Update to 2.03.22.
    
    * gnu/packages/linux.scm (lvm2): Update to 2.03.22.
---
 gnu/packages/linux.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]