diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-03 18:44:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-03 18:44:06 +0100 |
commit | 5c1ad6b9247a0c8e04add9331ffd8aec6a5e4ddf (patch) | |
tree | 2e89fabe1753438cdaf3a1741589e726b675e78f /gnu/packages/disk.scm | |
parent | 9b917c2615d8a03bcced6d453d8e5d3020da7d6b (diff) |
gnu: libblockdev: Update to 2.26.
* gnu/packages/disk.scm (libblockdev): Update to 2.26.
[source]: Remove patch.
* gnu/packages/patches/libblockdev-glib-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r-- | gnu/packages/disk.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index abe49d7ad3..c457bfd1bf 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -923,16 +923,15 @@ to create devices with respective mappings for the ATARAID sets discovered.") (define-public libblockdev (package (name "libblockdev") - (version "2.25") + (version "2.26") (source (origin (method url-fetch) (uri (string-append "https://github.com/storaged-project/" "libblockdev/releases/download/" version "-1/libblockdev-" version ".tar.gz")) - (patches (search-patches "libblockdev-glib-compat.patch")) (sha256 (base32 - "0s0nazkpzpn4an00qghjkk9n7gdm5a8dqfr5hfnlk5mk5lma8njm")))) + "0sg068jb87ljhn8yazrqxi6ri10ic2sh1lp6ikd2nqxc6l5y3h64")))) (build-system gnu-build-system) (arguments `(#:phases |