summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2017-09-23 18:10:14 +1000
committerBen Woodcroft <donttrustben@gmail.com>2017-09-23 18:10:14 +1000
commit8c864901b6bda70c4c6966f07d5c2d5cd4b4abf1 (patch)
tree5a2fe8327a4cc6e47a0b17e5c5619be669bc248a
parenta4314af5e6dacab2d6a313016733720e3839c948 (diff)
downloadpatches-8c864901b6bda70c4c6966f07d5c2d5cd4b4abf1.tar
patches-8c864901b6bda70c4c6966f07d5c2d5cd4b4abf1.tar.gz
gnu: proteinortho: Update to 5.16b.
* gnu/packages/bioinformatics.scm (proteinortho): Update to 5.16b.
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 764cf8c939..5e98aea91f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4063,7 +4063,7 @@ predicts the locations of structural units in the sequences.")
(define-public proteinortho
(package
(name "proteinortho")
- (version "5.16")
+ (version "5.16b")
(source
(origin
(method url-fetch)
@@ -4073,7 +4073,7 @@ predicts the locations of structural units in the sequences.")
version "_src.tar.gz"))
(sha256
(base32
- "0z4f5cg0cs8ai62hfvp4q6w66q2phcc55nhs4xj5cyhxxivjv2ai"))))
+ "1wl0dawpssqwfjvr651r4wlww8hhjin8nba6xh71ks7sbypx886j"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"