guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/13: gnu: nwipe: Update to 0.35.


From: guix-commits
Subject: 07/13: gnu: nwipe: Update to 0.35.
Date: Sun, 26 Nov 2023 18:19:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a5a9a70a0d864322aed3f4926608042c5ae2d73a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 19 01:00:00 2023 +0100

    gnu: nwipe: Update to 0.35.
    
    * gnu/packages/disk.scm (nwipe): Update to 0.35.
    [inputs]: Add libconfig.
    
    Change-Id: Ia4d704ffd58c3d4ea6d10e718808797b528438e0
---
 gnu/packages/disk.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 113455eee5..754c70897c 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1651,7 +1651,7 @@ gone and to help you to clean it up.")
 (define-public nwipe
   (package
     (name "nwipe")
-    (version "0.34")
+    (version "0.35")
     (source
      (origin
        (method git-fetch)
@@ -1660,7 +1660,7 @@ gone and to help you to clean it up.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1frwjgz4mpzwr9sigr693crmxsjl08wcikh6ik7dm0x40l1kqqpd"))))
+        (base32 "1bj20y52qzz2ja56yf1pxqjg3lsda35c2k5hcj3lqm69jpsla2wq"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases
@@ -1674,7 +1674,13 @@ gone and to help you to clean it up.")
                                   "sbin/hdparm"
                                   "sbin/smartctl")))))))))
     (inputs
-     (list bash-minimal dmidecode hdparm ncurses parted smartmontools))
+     (list bash-minimal
+           dmidecode
+           hdparm
+           libconfig
+           ncurses
+           parted
+           smartmontools))
     (native-inputs
      (list autoconf automake libtool pkg-config))
     (home-page "https://github.com/martijnvanbrummelen/nwipe";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]