guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: ritornello: Update to 2.0.1.


From: Ricardo Wurmus
Subject: 13/14: gnu: ritornello: Update to 2.0.1.
Date: Wed, 7 Nov 2018 17:17:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3b888065da0480a9c716929230bd1ffdb82c7e2f
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 23:12:08 2018 +0100

    gnu: ritornello: Update to 2.0.1.
    
    * gnu/packages/bioinformatics.scm (ritornello): Update to 2.0.1.
    [arguments]: Adjust file patching.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index fa455c5..64b7dd2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11256,7 +11256,7 @@ sort, markdup, and depth.")
 (define-public ritornello
   (package
     (name "ritornello")
-    (version "1.0.0")
+    (version "2.0.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -11265,7 +11265,7 @@ sort, markdup, and depth.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1xpki1pkxwmn7n5n23vv64zvikss4fj53vlzhnp3j34wrmxik3h8"))))
+                "1xahvq215qld7x1w8vpa5zbrsj6p9crb9shqa2x89sb0aaxa02jk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; there are no tests
@@ -11274,7 +11274,7 @@ sort, markdup, and depth.")
          (add-after 'unpack 'patch-samtools-references
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* '("src/SamStream.h"
-                            "src/BufferedGenomeReader.h")
+                            "src/FLD.cpp")
                (("<sam.h>") "<samtools/sam.h>"))
              #t))
          (delete 'configure)



reply via email to

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