gnu: duperemove: Update to 0.11.3.
* gnu/packages/disk.scm (duperemove): Update to 0.11.3.master
parent
bf8ee37e73
commit
343a0bb157
|
@ -688,7 +688,7 @@ a card with a smaller capacity than stated.")
|
||||||
(define-public duperemove
|
(define-public duperemove
|
||||||
(package
|
(package
|
||||||
(name "duperemove")
|
(name "duperemove")
|
||||||
(version "0.11.2")
|
(version "0.11.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -696,7 +696,7 @@ a card with a smaller capacity than stated.")
|
||||||
(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 "1a87mka2sfzhbch2jip6wlvvs0glxq9lqwmyrp359d1rmwwmqiw9"))
|
(base32 "0jwxmhadv2f1mx7gan4gk0xwrjr5g2xa71z1rp0knc1acbkhqdas"))
|
||||||
(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
|
||||||
|
|
Reference in New Issue