guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: duperemove: Update to 0.11.3.


From: guix-commits
Subject: branch master updated: gnu: duperemove: Update to 0.11.3.
Date: Thu, 19 Aug 2021 22:16:59 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 343a0bb  gnu: duperemove: Update to 0.11.3.
343a0bb is described below

commit 343a0bb1578d772de7abcdd7045f2c54be3dbc4b
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Aug 19 22:13:05 2021 -0400

    gnu: duperemove: Update to 0.11.3.
    
    * gnu/packages/disk.scm (duperemove): Update to 0.11.3.
---
 gnu/packages/disk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 0495be3..95f7129 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -688,7 +688,7 @@ a card with a smaller capacity than stated.")
 (define-public duperemove
   (package
     (name "duperemove")
-    (version "0.11.2")
+    (version "0.11.3")
     (source
      (origin
        (method git-fetch)
@@ -696,7 +696,7 @@ a card with a smaller capacity than stated.")
              (url "https://github.com/markfasheh/duperemove";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1a87mka2sfzhbch2jip6wlvvs0glxq9lqwmyrp359d1rmwwmqiw9"))
+        (base32 "0jwxmhadv2f1mx7gan4gk0xwrjr5g2xa71z1rp0knc1acbkhqdas"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]