mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: libgff: Update to 2.0.0.
* gnu/packages/bioinformatics.scm (libgff): Update to 2.0.0. [home-page]: Update to new home.
This commit is contained in:
parent
176513f5f3
commit
1ace395f9c
1 changed files with 4 additions and 4 deletions
|
@ -9427,19 +9427,19 @@ (define-public kallisto
|
|||
(define-public libgff
|
||||
(package
|
||||
(name "libgff")
|
||||
(version "1.0")
|
||||
(version "2.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Kingsford-Group/libgff")
|
||||
(url "https://github.com/COMBINE-lab/libgff")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n6vfjnq7a2mianipscbshrvbncss8z4zkgkbjw754p9043nfkps"))))
|
||||
"0ds9r22y8bl1rj7bhl0003kgmm6aam7g8l41mnjfrzw15d9zf9k4"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments `(#:tests? #f)) ; no tests included
|
||||
(home-page "https://github.com/Kingsford-Group/libgff")
|
||||
(home-page "https://github.com/COMBINE-lab/libgff")
|
||||
(synopsis "Parser library for reading/writing GFF files")
|
||||
(description "This is a simple \"libraryfication\" of the GFF/GTF parsing
|
||||
code that is used in the Cufflinks codebase. The goal of this library is to
|
||||
|
|
Loading…
Reference in a new issue