diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-09 22:48:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-09 23:14:27 +0100 |
commit | d15c050116a4969c4714534c6f8880a2fb443045 (patch) | |
tree | e8a53705d42fc14d0cae12bf347b9862a580f30d | |
parent | 8b7e84b952eeb383d26426246f080d1a2f41864a (diff) |
gnu: lvm2: Update to 2.03.11.
* gnu/packages/linux.scm (lvm2): Update to 2.03.11.
-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 8317723bbf..0698017993 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3465,7 +3465,7 @@ devices that can inject events directly into the input subsystem.") (define-public lvm2 (package (name "lvm2") - (version "2.03.10") + (version "2.03.11") (source (origin (method url-fetch) (uri (list (string-append "https://sourceware.org/ftp/lvm2/LVM2." @@ -3474,7 +3474,7 @@ devices that can inject events directly into the input subsystem.") version ".tgz"))) (sha256 (base32 - "1l0fkn9abrgk5mfn6jfh9qhdr86b59l1c5pk6lp8jh0491d69las")) + "1m4xpda8vbyd89ca0w8nacvnl4j34yzsa625gn990fb5sh84ab44")) (modules '((guix build utils))) (snippet '(begin |