[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: proteinortho: Update to 5.16b.
From: |
Ben Woodcroft |
Subject: |
01/01: gnu: proteinortho: Update to 5.16b. |
Date: |
Sat, 23 Sep 2017 06:25:44 -0400 (EDT) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit 8c864901b6bda70c4c6966f07d5c2d5cd4b4abf1
Author: Ben Woodcroft <address@hidden>
Date: Sat Sep 23 18:10:14 2017 +1000
gnu: proteinortho: Update to 5.16b.
* gnu/packages/bioinformatics.scm (proteinortho): Update to 5.16b.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 764cf8c..5e98aea 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"