mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-26 04:06:49 +01:00
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:
parent
142e1c2cf0
commit
80977dc813
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue