gnu: Add java-biojava-core-4.0.

* gnu/packages/bioinformatics.scm (java-biojava-core-4.0): New variable.
This commit is contained in:
Ricardo Wurmus 2018-03-01 19:41:43 +01:00 committed by Ricardo Wurmus
parent 22c09c335b
commit e44da58c16
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 14 additions and 0 deletions

View File

@ -12256,3 +12256,17 @@ contains
@item reading and writing of popular alignment file formats;
@item a single-, or multi- threaded multiple sequence alignment algorithm.
@end itemize\n")))
(define-public java-biojava-core-4.0
(package (inherit java-biojava-core)
(name "java-biojava-core")
(version "4.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/biojava/biojava")
(commit (string-append "biojava-" version))))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"13675f6y9aqi7bi2lk3s1z7a22ynccjiqwa8izh7p97xi9wsfmd8"))))))