guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: lvm2: Update to 2.02.174.


From: Marius Bakke
Subject: 01/02: gnu: lvm2: Update to 2.02.174.
Date: Sun, 24 Sep 2017 13:06:30 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 832fe93d240d4c3749934241782e1a4d6ae709d6
Author: Marius Bakke <address@hidden>
Date:   Sun Sep 24 18:43:15 2017 +0200

    gnu: lvm2: Update to 2.02.174.
    
    * gnu/packages/linux.scm (lvm2): Update to 2.02.174.
---
 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 9352b4f..1c9888f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2098,14 +2098,14 @@ time.")
 (define-public lvm2
   (package
     (name "lvm2")
-    (version "2.02.171")
+    (version "2.02.174")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"ftp://sources.redhat.com/pub/lvm2/releases/LVM2.";
                                   version ".tgz"))
               (sha256
                (base32
-                "0r4r9fsvpj9hjmf0zz7h4prz12r6y16jhjhsvk1sbfpsl88sf5dq"))
+                "12qa2yfxnbjdx7kgxqqaglni50b46l5cp1rwjb24mccc830cwvpv"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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