aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-27 10:58:42 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-27 15:48:52 +0100
commite17a0badef1906227280a0c25ca08f69f83201b9 (patch)
tree4398c8ec209d2ca896d192a1a1687b37f1599318
parent17c65da8967719429f55e91119be92984cc9b477 (diff)
downloadguix-e17a0badef1906227280a0c25ca08f69f83201b9.tar
guix-e17a0badef1906227280a0c25ca08f69f83201b9.tar.gz
gnu: libblockdev: Update to 2.21.
* gnu/packages/disk.scm (libblockdev): Update to 2.21.
-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 171317f04b..006a381e26 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -710,7 +710,7 @@ to create devices with respective mappings for the ATARAID sets discovered.")
(define-public libblockdev
(package
(name "libblockdev")
- (version "2.20")
+ (version "2.21")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/storaged-project/"
@@ -718,7 +718,7 @@ to create devices with respective mappings for the ATARAID sets discovered.")
version "-1/libblockdev-" version ".tar.gz"))
(sha256
(base32
- "092snk5jyv48na4d46v1ckiy859zwpb3r0ivnxv3km5vzsp76y7q"))))
+ "02p13l4194j0vyd2zs7bb9dmyclcpqq8l3qv9289vjfbsvq2awii"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)