guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: libgff: Update to 2.0.0.


From: guix-commits
Subject: 02/06: gnu: libgff: Update to 2.0.0.
Date: Mon, 7 Jun 2021 10:51:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1ace395f9ca668ebc06dee461912957159b4f394
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 7 15:30:15 2021 +0200

    gnu: libgff: Update to 2.0.0.
    
    * gnu/packages/bioinformatics.scm (libgff): Update to 2.0.0.
    [home-page]: Update to new home.
---
 gnu/packages/bioinformatics.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 365a30c..1c7df0e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9427,19 +9427,19 @@ accurate as existing quantification tools.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]