summary refs log tree commit diff
path: root/gnu/packages/disk.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-07 14:46:50 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-07 15:35:06 +0100
commitd0f41f91409810c7394e4739a50f56484914f195 (patch)
treeb70501e194a060068b70b1efc2c97c6235ecb124 /gnu/packages/disk.scm
parent4ace204d8d5a29222c55771a702876fc71d1f87f (diff)
downloadguix-d0f41f91409810c7394e4739a50f56484914f195.tar.gz
gnu: duperemove: Update to 0.11.2.
* gnu/packages/disk.scm (duperemove): Update to 0.11.2.
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 1647ea58bf..35fcc5c527 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -559,7 +559,7 @@ a card with a smaller capacity than stated.")
 (define-public duperemove
   (package
     (name "duperemove")
-    (version "0.11.1")
+    (version "0.11.2")
     (source
      (origin
        (method git-fetch)
@@ -567,7 +567,7 @@ a card with a smaller capacity than stated.")
              (url "https://github.com/markfasheh/duperemove")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1scz76pvpljvrpfn176125xwaqwyy4pirlm11sc9spb2hyzknw2z"))
+        (base32 "1a87mka2sfzhbch2jip6wlvvs0glxq9lqwmyrp359d1rmwwmqiw9"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs