diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-28 18:55:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-29 00:23:27 +0100 |
commit | 63899ca77c60d6bb150207a7f4eeb0d432f7f87f (patch) | |
tree | a558d5041b39746e1852827cca2882509126882c /gnu | |
parent | 87c6e9d27f88ed8d26bf9367a20d68821e4f6802 (diff) | |
download | patches-63899ca77c60d6bb150207a7f4eeb0d432f7f87f.tar patches-63899ca77c60d6bb150207a7f4eeb0d432f7f87f.tar.gz |
gnu: lvm2: Update to 2.02.177.
* gnu/packages/linux.scm (lvm2): Update to 2.02.177.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 89bad2c576..f82950e972 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2110,14 +2110,14 @@ time.") (define-public lvm2 (package (name "lvm2") - (version "2.02.176") + (version "2.02.177") (source (origin (method url-fetch) (uri (string-append "ftp://sources.redhat.com/pub/lvm2/releases/LVM2." version ".tgz")) (sha256 (base32 - "0wx4rvy4frdmb66znh2xms2j2n06sm361ki6l5ks4y1ciii87kny")) + "1wl0isn0yz5wvglwylnlqkppafwmvhliq5bd92vjqp5ir4za49a0")) (modules '((guix build utils))) (snippet '(begin |