nckx pushed a commit to branch master
in repository guix.
commit e6c2c4a022eb6768eb3e061d3c998c44bf442233
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 26 05:46:31 2020 +0200
gnu: libblockdev: Update to 2.24.
* gnu/packages/disk.scm (libblockdev): Update to 2.24.
---
gnu/packages/disk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 6d812f5..a2009c7 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -793,7 +793,7 @@ to create devices with respective mappings for the ATARAID
sets discovered.")
(define-public libblockdev
(package
(name "libblockdev")
- (version "2.23")
+ (version "2.24")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/storaged-project/"
@@ -801,7 +801,7 @@ to create devices with respective mappings for the ATARAID
sets discovered.")
version "-1/libblockdev-" version ".tar.gz"))
(sha256
(base32
- "15c7g2gbkahmy8c6677pvbvblan5h8jxcqqmn6nlvqwqynq2mkjm"))))
+ "0wq7624pnprvfzrf39bq1cybd9lqwawbdg5bm0cchlpgvdq7q86w"))))
(build-system gnu-build-system)
(arguments
`(#:phases