guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: pardre: Update to 2.2.5.


From: guix-commits
Subject: 03/03: gnu: pardre: Update to 2.2.5.
Date: Thu, 2 Dec 2021 09:41:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 28ad55a59d96ac0d0b1351b387040d25cd3810d4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 2 15:29:00 2021 +0100

    gnu: pardre: Update to 2.2.5.
    
    * gnu/packages/bioinformatics.scm (pardre): Update to 2.2.5.
    [arguments]: Remove trailing #T and update comment about tests.
---
 gnu/packages/bioinformatics.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0847842..5b62533 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8126,27 +8126,25 @@ Needleman-Wunsch).")
 (define-public pardre
   (package
     (name "pardre")
-    ;; The source of 1.1.5 changed in place, so we append "-1" to the version.
-    (version "1.1.5-1")
+    (version "2.2.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/pardre/ParDRe-rel"
-                           "1.1.5" ".tar.gz"))
+                           version ".tar.gz"))
        (sha256
         (base32
-         "17j73nc0viq4f6qj50nrndsrif5d6b71q8fl87m54psiv0ilns2b"))))
+         "105s4f8zs8hh0sc32r9p725n7idza9cj5jvp5z1m5pljjhgk3if5"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f ; no tests included
+     `(#:tests? #f ; tests require "prove"
        #:phases
        (modify-phases %standard-phases
          (delete 'configure)
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let ((bin (string-append (assoc-ref outputs "out") "/bin")))
-               (install-file "ParDRe" bin)
-               #t))))))
+               (install-file "ParDRe" bin)))))))
     (inputs
      `(("openmpi-c++" ,openmpi-c++)
        ("zlib" ,zlib)))



reply via email to

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