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>
This commit is contained in:
Timotej Lazar 2024-04-01 20:35:02 +02:00 committed by Christopher Baines
parent 142e1c2cf0
commit 80977dc813
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1656,7 +1656,7 @@ (define-public qdirstat
(define-public nwipe
(package
(name "nwipe")
(version "0.35")
(version "0.36")
(source
(origin
(method git-fetch)
@ -1665,7 +1665,7 @@ (define-public nwipe
(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