guix-commits
[Top][All Lists]
Advanced

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

19/22: gnu: lvm2: Update to 2.03.10.


From: guix-commits
Subject: 19/22: gnu: lvm2: Update to 2.03.10.
Date: Tue, 18 Aug 2020 22:25:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 748b2c85788623a8361f74434aa0f2cb834a45c3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 19 04:21:05 2020 +0200

    gnu: lvm2: Update to 2.03.10.
    
    * gnu/packages/linux.scm (lvm2): Update to 2.03.10.
---
 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 07b7aa7..8df76ec 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3371,7 +3371,7 @@ devices that can inject events directly into the input 
subsystem.")
 (define-public lvm2
   (package
     (name "lvm2")
-    (version "2.03.09")
+    (version "2.03.10")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "ftp://sourceware.org/pub/lvm2/LVM2.";
@@ -3380,7 +3380,7 @@ devices that can inject events directly into the input 
subsystem.")
                                         version ".tgz")))
               (sha256
                (base32
-                "0xdr9qbqw6kja267wmx6ajnfv1nhw056gpxx9v2qmfh3bj6qnfn0"))
+                "1l0fkn9abrgk5mfn6jfh9qhdr86b59l1c5pk6lp8jh0491d69las"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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