guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: par2cmdline: Update to 0.7.1.


From: Arun Isaac
Subject: 01/01: gnu: par2cmdline: Update to 0.7.1.
Date: Thu, 1 Jun 2017 10:36:13 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 7359cffaf822128685d0d31bd64d4ba107af89db
Author: Brendan Tildesley <address@hidden>
Date:   Thu Jun 1 23:35:38 2017 +1000

    gnu: par2cmdline: Update to 0.7.1.
    
    * gnu/packages/backup.scm (par2cmdline): Update to 0.7.1.
    [arguments]: Parallel tests work now; reenable them.
    
    Signed-off-by: Arun Isaac <address@hidden>
---
 gnu/packages/backup.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 5f0e84b..035ef8c 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -118,7 +118,7 @@ spying and/or modification by the server.")
 (define-public par2cmdline
   (package
     (name "par2cmdline")
-    (version "0.7.0")
+    (version "0.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/Parchive/par2cmdline/archive/v";
@@ -126,14 +126,13 @@ spying and/or modification by the server.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1m9vnv3pg0nds47raq2rd2kfpaad1sc10hv40hll5byksqlbfxyq"))))
+                "0b2m90jmxm37zpvwcmhshdznnh3l5g5ahdx459a9ckgsxy77jkl9"))))
     (native-inputs
      `(("automake" ,automake)
        ("autoconf" ,autoconf)))
     (build-system gnu-build-system)
     (arguments
-     `(#:parallel-tests? #f
-       #:phases
+     `(#:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'autoreconf
            (lambda _ (zero? (system* "autoreconf" "-vfi")))))))



reply via email to

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