mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: lvm2: Update to 2.02.171.
* gnu/packages/linux.scm (lvm2, lvm2-static): Update to 2.02.171. [home-page]: Use HTTPS.
This commit is contained in:
parent
a62a16a4d3
commit
62ec02bf21
1 changed files with 3 additions and 3 deletions
|
@ -1820,14 +1820,14 @@ (define-public eudev-with-hwdb
|
||||||
(define-public lvm2
|
(define-public lvm2
|
||||||
(package
|
(package
|
||||||
(name "lvm2")
|
(name "lvm2")
|
||||||
(version "2.02.168")
|
(version "2.02.171")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "ftp://sources.redhat.com/pub/lvm2/releases/LVM2."
|
(uri (string-append "ftp://sources.redhat.com/pub/lvm2/releases/LVM2."
|
||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03b62hcsj9z37ckd8c21wwpm07s9zblq7grfh58yzcs1vp6x38r3"))
|
"0r4r9fsvpj9hjmf0zz7h4prz12r6y16jhjhsvk1sbfpsl88sf5dq"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -1883,7 +1883,7 @@ (define-public lvm2
|
||||||
|
|
||||||
;; The tests use 'mknod', which requires root access.
|
;; The tests use 'mknod', which requires root access.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "http://sourceware.org/lvm2/")
|
(home-page "https://sourceware.org/lvm2/")
|
||||||
(synopsis "Logical volume management for Linux")
|
(synopsis "Logical volume management for Linux")
|
||||||
(description
|
(description
|
||||||
"LVM2 is the logical volume management tool set for Linux-based systems.
|
"LVM2 is the logical volume management tool set for Linux-based systems.
|
||||||
|
|
Loading…
Reference in a new issue