From 178d407c42e60c013d78b7b8ec45def4b25f3230 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Sat, 5 Oct 2024 01:02:37 +0800 Subject: gnu: duperemove: Update to 0.14.1. * gnu/packages/disk.scm (duperemove): Update to 0.14.1. Change-Id: Id5683391ec65266b12c664c8851afdeccbcdee0e --- gnu/packages/disk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 0f3bf10ffa..99b9e4d46d 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -899,7 +899,7 @@ a card with a smaller capacity than stated.") (define-public duperemove (package (name "duperemove") - (version "0.11.3") + (version "0.14.1") (source (origin (method git-fetch) @@ -907,7 +907,7 @@ a card with a smaller capacity than stated.") (url "https://github.com/markfasheh/duperemove") (commit (string-append "v" version)))) (sha256 - (base32 "0jwxmhadv2f1mx7gan4gk0xwrjr5g2xa71z1rp0knc1acbkhqdas")) + (base32 "0kl6bisbgf6x8a6gws6r097zrawhp9jxwh7m6nhq7dd48b8zrjw8")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (native-inputs -- cgit v1.2.3