diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-24 20:16:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-24 23:20:06 +0200 |
commit | c00181d14aba0fec8bf991f15bde834599613a06 (patch) | |
tree | 3c50ae23c2fa7c094a929c30ef6994c9aa4548a6 /gnu | |
parent | 03113e313eb605dbd87ebf277109dd86462bca9e (diff) | |
download | patches-c00181d14aba0fec8bf991f15bde834599613a06.tar patches-c00181d14aba0fec8bf991f15bde834599613a06.tar.gz |
gnu: libblockdev: Update to 2.23.
* gnu/packages/disk.scm (libblockdev): Update to 2.23.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/disk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 8421682924..08ce9eb2d7 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -713,7 +713,7 @@ to create devices with respective mappings for the ATARAID sets discovered.") (define-public libblockdev (package (name "libblockdev") - (version "2.21") + (version "2.23") (source (origin (method url-fetch) (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")) (sha256 (base32 - "02p13l4194j0vyd2zs7bb9dmyclcpqq8l3qv9289vjfbsvq2awii")))) + "15c7g2gbkahmy8c6677pvbvblan5h8jxcqqmn6nlvqwqynq2mkjm")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |