gnu: duperemove: Update to 0.11.2.

* gnu/packages/disk.scm (duperemove): Update to 0.11.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-07 14:46:50 +01:00
parent 4ace204d8d
commit d0f41f9140
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -559,7 +559,7 @@ (define-public python-parted
(define-public duperemove (define-public duperemove
(package (package
(name "duperemove") (name "duperemove")
(version "0.11.1") (version "0.11.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -567,7 +567,7 @@ (define-public duperemove
(url "https://github.com/markfasheh/duperemove") (url "https://github.com/markfasheh/duperemove")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "1scz76pvpljvrpfn176125xwaqwyy4pirlm11sc9spb2hyzknw2z")) (base32 "1a87mka2sfzhbch2jip6wlvvs0glxq9lqwmyrp359d1rmwwmqiw9"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs