summaryrefslogtreecommitdiff
path: root/gnu/packages/disk.scm
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2024-10-05 01:02:37 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-10-14 21:48:36 +0800
commit178d407c42e60c013d78b7b8ec45def4b25f3230 (patch)
tree483d1c71262b9f4a00fa6a44785ac3f90a1ccac5 /gnu/packages/disk.scm
parent6757bfdfc0b22a1e23a3d33566155550182244fc (diff)
gnu: duperemove: Update to 0.14.1.
* gnu/packages/disk.scm (duperemove): Update to 0.14.1. Change-Id: Id5683391ec65266b12c664c8851afdeccbcdee0e
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r--gnu/packages/disk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 0f3bf10ffae..99b9e4d46d6 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -899,7 +899,7 @@ a card with a smaller capacity than stated.")
899(define-public duperemove 899(define-public duperemove
900 (package 900 (package
901 (name "duperemove") 901 (name "duperemove")
902 (version "0.11.3") 902 (version "0.14.1")
903 (source 903 (source
904 (origin 904 (origin
905 (method git-fetch) 905 (method git-fetch)
@@ -907,7 +907,7 @@ a card with a smaller capacity than stated.")
907 (url "https://github.com/markfasheh/duperemove") 907 (url "https://github.com/markfasheh/duperemove")
908 (commit (string-append "v" version)))) 908 (commit (string-append "v" version))))
909 (sha256 909 (sha256
910 (base32 "0jwxmhadv2f1mx7gan4gk0xwrjr5g2xa71z1rp0knc1acbkhqdas")) 910 (base32 "0kl6bisbgf6x8a6gws6r097zrawhp9jxwh7m6nhq7dd48b8zrjw8"))
911 (file-name (git-file-name name version)))) 911 (file-name (git-file-name name version))))
912 (build-system gnu-build-system) 912 (build-system gnu-build-system)
913 (native-inputs 913 (native-inputs