guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: delly: Update to 0.8.3.


From: guix-commits
Subject: branch master updated: gnu: delly: Update to 0.8.3.
Date: Sun, 30 Aug 2020 16:00:43 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 319de44  gnu: delly: Update to 0.8.3.
319de44 is described below

commit 319de44a094b0db3aea536e0ebcb89c06b7df80b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 30 22:51:48 2020 +0300

    gnu: delly: Update to 0.8.3.
    
    * gnu/packages/bioinformatics.scm (delly): Update to 0.8.3.
    [inputs]: Order alphabetically.
---
 gnu/packages/bioinformatics.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0b4ed9c..893e3c2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2620,7 +2620,7 @@ with Python.")
 (define-public delly
   (package
     (name "delly")
-    (version "0.7.9")
+    (version "0.8.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2628,7 +2628,7 @@ with Python.")
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "034jqsxswy9gqdh2zkgc1js99qkv75ks4xvzgmh0284sraagv61z"))
+               (base32 "1ibnplgfzj96w8glkx17v7sld3pm402fr5ybmf3h0rlcryabxrqy"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -2652,9 +2652,9 @@ with Python.")
                #t))))))
     (inputs
      `(("boost" ,boost)
+       ("bzip2" ,bzip2)
        ("htslib" ,htslib)
-       ("zlib" ,zlib)
-       ("bzip2" ,bzip2)))
+       ("zlib" ,zlib)))
     (home-page "https://github.com/dellytools/delly";)
     (synopsis "Integrated structural variant prediction method")
     (description "Delly is an integrated structural variant prediction method



reply via email to

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