gnu: bamm: Update to 1.7.3.

* gnu/packages/bioinformatics.scm (bamm): Update to 1.7.3.
This commit is contained in:
Ben Woodcroft 2016-09-10 09:23:00 +10:00
parent ab20d74a46
commit 4b6da268ff
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 3 additions and 3 deletions

View File

@ -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