summaryrefslogtreecommitdiff
path: root/gnu/packages/disk.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-01-11 22:08:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-01-11 23:31:07 +0100
commita8f8680b40e7dc90b08060425441d1416378cfcb (patch)
tree6c17495c81ef7e47430a54334a538e1060d81345 /gnu/packages/disk.scm
parent1cf31ee074aee411c545e2bde2f08f37596c9d4d (diff)
downloadguix-patches-a8f8680b40e7dc90b08060425441d1416378cfcb.tar
guix-patches-a8f8680b40e7dc90b08060425441d1416378cfcb.tar.gz
gnu: libblockdev: Update to 2.25.
* gnu/packages/disk.scm (libblockdev): Update to 2.25.
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 3cc9601d21..102b105dab 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -860,7 +860,7 @@ to create devices with respective mappings for the ATARAID sets discovered.")
(define-public libblockdev
(package
(name "libblockdev")
- (version "2.24")
+ (version "2.25")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/storaged-project/"
@@ -868,7 +868,7 @@ to create devices with respective mappings for the ATARAID sets discovered.")
version "-1/libblockdev-" version ".tar.gz"))
(sha256
(base32
- "0wq7624pnprvfzrf39bq1cybd9lqwawbdg5bm0cchlpgvdq7q86w"))))
+ "0s0nazkpzpn4an00qghjkk9n7gdm5a8dqfr5hfnlk5mk5lma8njm"))))
(build-system gnu-build-system)
(arguments
`(#:phases