guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: lvm2: Update to 2.02.166.


From: Leo Famulari
Subject: 02/03: gnu: lvm2: Update to 2.02.166.
Date: Thu, 6 Oct 2016 21:43:57 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 123c0ffb87b0e921bc0e4fc4c46aec9439a7b538
Author: Leo Famulari <address@hidden>
Date:   Mon Oct 3 04:00:12 2016 -0400

    gnu: lvm2: Update to 2.02.166.
    
    * gnu/packages/linux.scm (lvm2): Update to 2.02.166.
---
 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 66583dd..431e73d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1635,14 +1635,14 @@ time.")
 (define-public lvm2
   (package
     (name "lvm2")
-    (version "2.02.109")
+    (version "2.02.166")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"ftp://sources.redhat.com/pub/lvm2/releases/LVM2.";
                                   version ".tgz"))
               (sha256
                (base32
-                "1rv5ivg0l1w3nwzwdkqixm96h5bzg7ib4rr196ysb2lw42jmpjbv"))
+                "150v0mawd2swdvypcmkjd3h3s4n5i1220h6sxx94a8jvp1kb0871"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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