~ruther/guix-local

80977dc813bb58b66ba3e878d8c3871627ad0250 — Timotej Lazar 1 year, 11 months ago 142e1c2
gnu: nwipe: Update to 0.36.

* gnu/packages/disk.scm (nwipe): Update to 0.36.

Change-Id: I71e6714118cfc2a98e19373b3db80188903a63c3
Signed-off-by: Christopher Baines <mail@cbaines.net>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/disk.scm
M gnu/packages/disk.scm => gnu/packages/disk.scm +2 -2
@@ 1656,7 1656,7 @@ gone and to help you to clean it up.")
(define-public nwipe
  (package
    (name "nwipe")
    (version "0.35")
    (version "0.36")
    (source
     (origin
       (method git-fetch)


@@ 1665,7 1665,7 @@ gone and to help you to clean it up.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1bj20y52qzz2ja56yf1pxqjg3lsda35c2k5hcj3lqm69jpsla2wq"))))
        (base32 "075zwakv3lva46v6wab00l5x7bs2k73mzzhwlbvm839r8a6gm0dh"))))
    (build-system gnu-build-system)
    (arguments
     (list #:phases