mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nwipe: Update to 0.35.
* gnu/packages/disk.scm (nwipe): Update to 0.35. [inputs]: Add libconfig. Change-Id: Ia4d704ffd58c3d4ea6d10e718808797b528438e0
This commit is contained in:
parent
04a990ad30
commit
a5a9a70a0d
1 changed files with 9 additions and 3 deletions
|
@ -1651,7 +1651,7 @@ gone and to help you to clean it up.")
|
||||||
(define-public nwipe
|
(define-public nwipe
|
||||||
(package
|
(package
|
||||||
(name "nwipe")
|
(name "nwipe")
|
||||||
(version "0.34")
|
(version "0.35")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1660,7 +1660,7 @@ gone and to help you to clean it up.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1frwjgz4mpzwr9sigr693crmxsjl08wcikh6ik7dm0x40l1kqqpd"))))
|
(base32 "1bj20y52qzz2ja56yf1pxqjg3lsda35c2k5hcj3lqm69jpsla2wq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
@ -1674,7 +1674,13 @@ gone and to help you to clean it up.")
|
||||||
"sbin/hdparm"
|
"sbin/hdparm"
|
||||||
"sbin/smartctl")))))))))
|
"sbin/smartctl")))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal dmidecode hdparm ncurses parted smartmontools))
|
(list bash-minimal
|
||||||
|
dmidecode
|
||||||
|
hdparm
|
||||||
|
libconfig
|
||||||
|
ncurses
|
||||||
|
parted
|
||||||
|
smartmontools))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool pkg-config))
|
(list autoconf automake libtool pkg-config))
|
||||||
(home-page "https://github.com/martijnvanbrummelen/nwipe")
|
(home-page "https://github.com/martijnvanbrummelen/nwipe")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue