mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
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>
This commit is contained in:
parent
11559edcba
commit
538f41d09e
1 changed files with 6 additions and 3 deletions
|
@ -30,6 +30,7 @@
|
|||
;;; Copyright © 2023 Morgan Smith <Morgan.J.Smith@outlook.com>
|
||||
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
|
@ -1207,15 +1208,15 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
|||
(define-public libblockdev
|
||||
(package
|
||||
(name "libblockdev")
|
||||
(version "3.1.1")
|
||||
(version "3.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/storaged-project/"
|
||||
"libblockdev/releases/download/"
|
||||
version "-1/libblockdev-" version ".tar.gz"))
|
||||
version "/libblockdev-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ny2glwmb5dcdv2x0giinbyma9fhk59z8117k1kr15pm7yjk7jx5"))))
|
||||
"19yzidh8i32327h8h7b9yx86yv1hm7kz1y91cn4gxzyypqd8wwy4"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -1260,8 +1261,10 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
|||
eudev
|
||||
glib
|
||||
gptfdisk
|
||||
json-glib-minimal
|
||||
keyutils
|
||||
kmod
|
||||
libatasmart
|
||||
libbytesize
|
||||
libnvme
|
||||
libyaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue