[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: freebayes: Update source, home-page URIs.
From: |
guix-commits |
Subject: |
06/06: gnu: freebayes: Update source, home-page URIs. |
Date: |
Tue, 19 Jan 2021 04:51:25 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit b3e39a475fd332a4b042c92003c368787f8dbcaf
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 19 11:48:38 2021 +0200
gnu: freebayes: Update source, home-page URIs.
* gnu/packages/bioinformatics.scm (freebayes)[source]: Update to new
upstream URI.
[home-page]: Same.
---
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 7016650..8514306 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -15121,7 +15121,7 @@ manipulations on VCF files.")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/ekg/freebayes")
+ (url "https://github.com/freebayes/freebayes")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@@ -15195,7 +15195,7 @@ manipulations on VCF files.")
(invoke "meson" "test" "--timeout-multiplier" "5"))
#t)))
'()))))
- (home-page "https://github.com/ekg/freebayes")
+ (home-page "https://github.com/freebayes/freebayes")
(synopsis "Haplotype-based variant detector")
(description "FreeBayes is a Bayesian genetic variant detector designed to
find small polymorphisms, specifically SNPs (single-nucleotide polymorphisms),
- branch master updated (63806fe -> b3e39a4), guix-commits, 2021/01/19
- 01/06: gnu: freebayes: Extend test timeout on slower architectures., guix-commits, 2021/01/19
- 02/06: gnu: vcflib: Build a shared library., guix-commits, 2021/01/19
- 03/06: gnu: vcflib: Add pkg-config file., guix-commits, 2021/01/19
- 04/06: gnu: freebayes: Don't include vcflib sources., guix-commits, 2021/01/19
- 06/06: gnu: freebayes: Update source, home-page URIs.,
guix-commits <=
- 05/06: gnu: terminator: Adjust description., guix-commits, 2021/01/19