guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bamm: Update to 1.7.3.


From: Ben Woodcroft
Subject: 01/01: gnu: bamm: Update to 1.7.3.
Date: Fri, 9 Sep 2016 23:48:21 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 4b6da268ff49005c84713ea35699bdd491ee29a3
Author: Ben Woodcroft <address@hidden>
Date:   Sat Sep 10 09:23:00 2016 +1000

    gnu: bamm: Update to 1.7.3.
    
    * gnu/packages/bioinformatics.scm (bamm): Update to 1.7.3.
---
 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 f34acd1..7436083 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -141,17 +141,17 @@ structure of the predicted RNA.")
 (define-public bamm
   (package
     (name "bamm")
-    (version "1.7.2a")
+    (version "1.7.3")
     (source (origin
               (method url-fetch)
               ;; BamM is not available on pypi.
               (uri (string-append
-                    "https://github.com/Ecogenomics/BamM/archive/v";
+                    "https://github.com/Ecogenomics/BamM/archive/";
                     version ".tar.gz"))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0nb20yml39f8fh0cahpjywsl91irh9yskig549c17xkrkl74czsq"))
+                "1f35yxp4pc8aadsvbpg6r4kg2jh4fkjci0iby4iyljm6980sac0s"))
               (modules '((guix build utils)))
               (snippet
                `(begin



reply via email to

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