gnu: libblockdev: Update to 2.23.
* gnu/packages/disk.scm (libblockdev): Update to 2.23.master
parent
03113e313e
commit
c00181d14a
|
@ -713,7 +713,7 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
||||||
(define-public libblockdev
|
(define-public libblockdev
|
||||||
(package
|
(package
|
||||||
(name "libblockdev")
|
(name "libblockdev")
|
||||||
(version "2.21")
|
(version "2.23")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/storaged-project/"
|
(uri (string-append "https://github.com/storaged-project/"
|
||||||
|
@ -721,7 +721,7 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
||||||
version "-1/libblockdev-" version ".tar.gz"))
|
version "-1/libblockdev-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02p13l4194j0vyd2zs7bb9dmyclcpqq8l3qv9289vjfbsvq2awii"))))
|
"15c7g2gbkahmy8c6677pvbvblan5h8jxcqqmn6nlvqwqynq2mkjm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in New Issue