summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2025-03-23 01:20:35 +0000
committerLudovic Courtès <ludo@gnu.org>2025-04-01 14:49:34 +0200
commit538f41d09e08031e866e8cc7a22bad2ecbe2f281 (patch)
tree634a66842ac298ebb4c5cd3c860b4b31416cff5d
parent11559edcba032a9481c9dc224a5300fa5f4d7df7 (diff)
gnu: libblockdev: Update to 3.3.0.
* gnu/packages/disk.scm (libblockdev): Update to 3.3.0. [inputs]: Add json-glib-minimal, libatasmart. Change-Id: I50c167ed0692133c9a36e691911576c283c7bbfe Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/disk.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index f1c0cc57c6c..3a1b0c0118a 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -30,6 +30,7 @@
30;;; Copyright © 2023 Morgan Smith <Morgan.J.Smith@outlook.com> 30;;; Copyright © 2023 Morgan Smith <Morgan.J.Smith@outlook.com>
31;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> 31;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
32;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com> 32;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
33;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
33 34
34;;; 35;;;
35;;; This file is part of GNU Guix. 36;;; This file is part of GNU Guix.
@@ -1207,15 +1208,15 @@ to create devices with respective mappings for the ATARAID sets discovered.")
1207(define-public libblockdev 1208(define-public libblockdev
1208 (package 1209 (package
1209 (name "libblockdev") 1210 (name "libblockdev")
1210 (version "3.1.1") 1211 (version "3.3.0")
1211 (source (origin 1212 (source (origin
1212 (method url-fetch) 1213 (method url-fetch)
1213 (uri (string-append "https://github.com/storaged-project/" 1214 (uri (string-append "https://github.com/storaged-project/"
1214 "libblockdev/releases/download/" 1215 "libblockdev/releases/download/"
1215 version "-1/libblockdev-" version ".tar.gz")) 1216 version "/libblockdev-" version ".tar.gz"))
1216 (sha256 1217 (sha256
1217 (base32 1218 (base32
1218 "1ny2glwmb5dcdv2x0giinbyma9fhk59z8117k1kr15pm7yjk7jx5")))) 1219 "19yzidh8i32327h8h7b9yx86yv1hm7kz1y91cn4gxzyypqd8wwy4"))))
1219 (build-system gnu-build-system) 1220 (build-system gnu-build-system)
1220 (arguments 1221 (arguments
1221 (list 1222 (list
@@ -1260,8 +1261,10 @@ to create devices with respective mappings for the ATARAID sets discovered.")
1260 eudev 1261 eudev
1261 glib 1262 glib
1262 gptfdisk 1263 gptfdisk
1264 json-glib-minimal
1263 keyutils 1265 keyutils
1264 kmod 1266 kmod
1267 libatasmart
1265 libbytesize 1268 libbytesize
1266 libnvme 1269 libnvme
1267 libyaml 1270 libyaml