diff options
Diffstat (limited to 'gnu/packages/disk.scm')
| -rw-r--r-- | gnu/packages/disk.scm | 9 |
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 |
