mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: orfm: Update to 0.6.0.
* gnu/packages/bioinformatics.scm (orfm): Update to 0.6.0.
This commit is contained in:
parent
23b40c6625
commit
2df3d147ef
1 changed files with 2 additions and 2 deletions
|
@ -3478,7 +3478,7 @@ (define-public newick-utils
|
||||||
(define-public orfm
|
(define-public orfm
|
||||||
(package
|
(package
|
||||||
(name "orfm")
|
(name "orfm")
|
||||||
(version "0.5.3")
|
(version "0.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3486,7 +3486,7 @@ (define-public orfm
|
||||||
version "/orfm-" version ".tar.gz"))
|
version "/orfm-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vb6d771gl4mix8bwx919x5ayy9pkj44n7ki336nz3rz2rx4c7gk"))))
|
"0kp5p0a8wh1shxlj9arv47qyhv23s1inbvmiv7k2i5mrwx2izh79"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("zlib" ,zlib)))
|
(inputs `(("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue