mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: lsscsi: Update to 0.32.
* gnu/packages/linux.scm (lsscsi): Update to 0.32.
This commit is contained in:
parent
462b8a6dfd
commit
1dfe984c9d
1 changed files with 2 additions and 2 deletions
|
@ -2386,14 +2386,14 @@ (define-public jitterentropy-rngd
|
||||||
(define-public lsscsi
|
(define-public lsscsi
|
||||||
(package
|
(package
|
||||||
(name "lsscsi")
|
(name "lsscsi")
|
||||||
(version "0.31")
|
(version "0.32")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://sg.danny.cz/scsi/lsscsi-" version ".tar.xz"))
|
"http://sg.danny.cz/scsi/lsscsi-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ry2y34xmpgxdbfbyvs8cjmbx0fn222yjdab87wj21q60nab5p75"))))
|
"0jp458m2b3wckr18qkln69i01152qlwz33zm49103lq8fgx0n6d4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "Lists information about SCSI or NVMe devices in Linux")
|
(synopsis "Lists information about SCSI or NVMe devices in Linux")
|
||||||
(home-page "http://sg.danny.cz/scsi/lsscsi.html")
|
(home-page "http://sg.danny.cz/scsi/lsscsi.html")
|
||||||
|
|
Loading…
Reference in a new issue