guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ruby-bio-vcf: Rename to bio-vcf.


From: guix-commits
Subject: branch master updated: gnu: ruby-bio-vcf: Rename to bio-vcf.
Date: Mon, 18 Jan 2021 04:20:08 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6cb86e2  gnu: ruby-bio-vcf: Rename to bio-vcf.
6cb86e2 is described below

commit 6cb86e23a9f12d0646c2a0fbf548a77c9e424eee
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 18 11:19:37 2021 +0200

    gnu: ruby-bio-vcf: Rename to bio-vcf.
    
    This package is widely known in select circles specifically as 'bio-vcf'.
    
    * gnu/packages/bioinformatics.scm (ruby-bio-vcf): Rename to bio-vcf.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 182e974..d6e179f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7726,9 +7726,9 @@ BLAST, KEGG, GenBank, MEDLINE and GO.")
     ;; (LGPLv2.1+) and scripts in samples (which have GPL2 and GPL2+)
     (license (list license:ruby license:lgpl2.1+ license:gpl2+ ))))
 
-(define-public ruby-bio-vcf
+(define-public bio-vcf
   (package
-    (name "ruby-bio-vcf")
+    (name "bio-vcf")
     (version "0.9.5")
     (source
       (origin



reply via email to

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