guix-commits
[Top][All Lists]
Advanced

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

30/31: gnu: duperemove: Update to 0.11.


From: Tobias Geerinckx-Rice
Subject: 30/31: gnu: duperemove: Update to 0.11.
Date: Wed, 30 May 2018 22:55:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 51c4fb007a0915834639921b2a6f344eabd54eb2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu May 31 04:18:01 2018 +0200

    gnu: duperemove: Update to 0.11.
    
    * gnu/packages/disk.scm (duperemove): Update to 0.11.
---
 gnu/packages/disk.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index d7bf726..f5776eb 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -464,15 +464,15 @@ a card with a smaller capacity than stated.")
 (define-public duperemove
   (package
     (name "duperemove")
-    (version "v0.11.beta4")
+    (version "0.11")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://github.com/markfasheh/duperemove/archive/";
+                    "https://github.com/markfasheh/duperemove/archive/v";
                     version ".tar.gz"))
               (sha256
                (base32
-                "1h5nk03kflfnzihvn2rvfz1h623x1zpkn9hp29skd7n3f2bc5k7x"))
+                "0rjmmh42yqw9a5j6sp31cqwxk3s97dsi4xz0wpxpllj7bsp3aiw5"))
               (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
     (native-inputs
@@ -481,11 +481,10 @@ a card with a smaller capacity than stated.")
      `(("glib" ,glib)
        ("sqlite" ,sqlite)))
     (arguments
-     `(#:tests? #f                                ;no test suite
+     `(#:tests? #f                      ; no test suite
        #:phases
        (modify-phases %standard-phases
-         ;; no configure script
-         (delete 'configure))
+         (delete 'configure))           ; no configure script
        #:make-flags (list (string-append "PREFIX=" %output)
                           "CC=gcc")))
     (home-page "https://github.com/markfasheh/duperemove";)



reply via email to

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