guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: lvm2: Update to 2.03.09.


From: guix-commits
Subject: 09/13: gnu: lvm2: Update to 2.03.09.
Date: Mon, 11 May 2020 16:04:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a709af585377c58f695e661c2e98adad5fcb00e6
Author: Marius Bakke <address@hidden>
AuthorDate: Mon May 11 16:53:38 2020 +0200

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



reply via email to

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