guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: lvm2: Update to 2.03.11.


From: guix-commits
Subject: 06/08: gnu: lvm2: Update to 2.03.11.
Date: Sat, 9 Jan 2021 17:45:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d15c050116a4969c4714534c6f8880a2fb443045
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jan 9 22:48:59 2021 +0100

    gnu: lvm2: Update to 2.03.11.
    
    * gnu/packages/linux.scm (lvm2): Update to 2.03.11.
---
 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 8317723..0698017 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3465,7 +3465,7 @@ devices that can inject events directly into the input 
subsystem.")
 (define-public lvm2
   (package
     (name "lvm2")
-    (version "2.03.10")
+    (version "2.03.11")
     (source (origin
               (method url-fetch)
               (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")))
               (sha256
                (base32
-                "1l0fkn9abrgk5mfn6jfh9qhdr86b59l1c5pk6lp8jh0491d69las"))
+                "1m4xpda8vbyd89ca0w8nacvnl4j34yzsa625gn990fb5sh84ab44"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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