summaryrefslogtreecommitdiff
path: root/gnu/packages/disk.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-26 05:46:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-26 20:45:01 +0200
commite6c2c4a022eb6768eb3e061d3c998c44bf442233 (patch)
tree4ae47c7b9169ce613017b7d26b16a8f995949271 /gnu/packages/disk.scm
parent5f39462b6bb238a3ddfba75c640e050c99477a13 (diff)
downloadguix-patches-e6c2c4a022eb6768eb3e061d3c998c44bf442233.tar
guix-patches-e6c2c4a022eb6768eb3e061d3c998c44bf442233.tar.gz
gnu: libblockdev: Update to 2.24.
* gnu/packages/disk.scm (libblockdev): Update to 2.24.
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r--gnu/packages/disk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 6d812f560c..a2009c78a7 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