mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: libblockdev: Update to 3.1.1.
* gnu/packages/disk.scm (libblockdev): Update to 3.1.1. [inputs]: Add keyutils and libnvme. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d86c049c1e
commit
c3a8251f77
1 changed files with 4 additions and 2 deletions
|
@ -1180,7 +1180,7 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
|||
(define-public libblockdev
|
||||
(package
|
||||
(name "libblockdev")
|
||||
(version "2.28")
|
||||
(version "3.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/storaged-project/"
|
||||
|
@ -1188,7 +1188,7 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
|||
version "-1/libblockdev-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1x3xbgd2dyjhcqvyalpnrp727xidfxmaxgyyvv5gwx4aw90wijc2"))))
|
||||
"1ny2glwmb5dcdv2x0giinbyma9fhk59z8117k1kr15pm7yjk7jx5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -1219,8 +1219,10 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
|||
eudev
|
||||
glib
|
||||
gptfdisk
|
||||
keyutils
|
||||
kmod
|
||||
libbytesize
|
||||
libnvme
|
||||
libyaml
|
||||
lvm2
|
||||
mdadm
|
||||
|
|
Loading…
Add table
Reference in a new issue