diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2017-04-21 22:52:26 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-04-21 23:03:56 +1000 |
commit | a7d12a9e71bfffce5d4a3e1106ec97a070d33da7 (patch) | |
tree | b6436aa761639bba232c1fa746e73b8f58e8940b /gnu | |
parent | 37199768e86cb3fbb0eab109f194a3a1f60cfad3 (diff) | |
download | guix-a7d12a9e71bfffce5d4a3e1106ec97a070d33da7.tar guix-a7d12a9e71bfffce5d4a3e1106ec97a070d33da7.tar.gz |
gnu: proteinortho: Update to 5.16.
* gnu/packages/bioinformatics.scm (proteinortho): Update to 5.16.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 264b58e937..5e55dea756 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3805,7 +3805,7 @@ predicts the locations of structural units in the sequences.") (define-public proteinortho (package (name "proteinortho") - (version "5.15") + (version "5.16") (source (origin (method url-fetch) @@ -3815,7 +3815,7 @@ predicts the locations of structural units in the sequences.") version "_src.tar.gz")) (sha256 (base32 - "05wacnnbx56avpcwhzlcf6b7s77swcpv3qnwz5sh1z54i51gg2ki")))) + "0z4f5cg0cs8ai62hfvp4q6w66q2phcc55nhs4xj5cyhxxivjv2ai")))) (build-system gnu-build-system) (arguments `(#:test-target "test" |