guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: LVM2: Update to 2.03.08.


From: guix-commits
Subject: 02/05: gnu: LVM2: Update to 2.03.08.
Date: Fri, 14 Feb 2020 11:50:29 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e20e069b9932cd2b87ecf2b7a9a338c9ba2afd12
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 15:47:46 2020 +0100

    gnu: LVM2: Update to 2.03.08.
    
    * gnu/packages/linux.scm (lvm2): Update to 2.03.08.
---
 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 d8eaa45..d1ce205 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2780,7 +2780,7 @@ time.")
 (define-public lvm2
   (package
     (name "lvm2")
-    (version "2.03.07")
+    (version "2.03.08")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "ftp://sourceware.org/pub/lvm2/LVM2.";
@@ -2789,7 +2789,7 @@ time.")
                                         version ".tgz")))
               (sha256
                (base32
-                "1s818ghgl0cxqak3r4cc99anh2xnm46kl03cyk089a1cr2ai0by7"))
+                "1j0yis658564rk1ddabkl8vbavp0fdd10gd6qhgyzc3akzf620kf"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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