[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/14: gnu: deeptools: Update URI.
From: |
Tobias Geerinckx-Rice |
Subject: |
11/14: gnu: deeptools: Update URI. |
Date: |
Thu, 25 Jan 2018 18:32:35 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit cd70f9bdb0f46acf3fecb5254b7df46dd258fe5b
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Jan 25 21:03:31 2018 +0100
gnu: deeptools: Update URI.
* gnu/packages/bioinformatics.scm (deeptools)[source, home-page]: Update
URI.
---
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 c96d462..4d05aeb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2039,7 +2039,7 @@ with Python.")
(version "2.5.1")
(source (origin
(method url-fetch)
- (uri (string-append "https://github.com/fidelram/deepTools/"
+ (uri (string-append "https://github.com/deeptools/deepTools/"
"archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
@@ -2058,7 +2058,7 @@ with Python.")
`(("python-mock" ,python-mock) ;for tests
("python-nose" ,python-nose) ;for tests
("python-pytz" ,python-pytz))) ;for tests
- (home-page "https://github.com/fidelram/deepTools")
+ (home-page "https://github.com/deeptools/deepTools")
(synopsis "Tools for normalizing and visualizing deep-sequencing data")
(description
"DeepTools addresses the challenge of handling the large amounts of data
- branch master updated (ca4c7d4 -> 187e4a4), Tobias Geerinckx-Rice, 2018/01/25
- 01/14: gnu: Add gcab., Tobias Geerinckx-Rice, 2018/01/25
- 05/14: gnu: nss-mdns: Improve synopsis and description., Tobias Geerinckx-Rice, 2018/01/25
- 02/14: gnu: Add msitools., Tobias Geerinckx-Rice, 2018/01/25
- 08/14: build-system/dub: Fix typo., Tobias Geerinckx-Rice, 2018/01/25
- 12/14: gnu: 4store: Update URI., Tobias Geerinckx-Rice, 2018/01/25
- 06/14: gnu: reposurgeon: Update to 3.43., Tobias Geerinckx-Rice, 2018/01/25
- 10/14: gnu: elfutils: Mark up description., Tobias Geerinckx-Rice, 2018/01/25
- 07/14: gnu: reposurgeon: Run the test suite., Tobias Geerinckx-Rice, 2018/01/25
- 11/14: gnu: deeptools: Update URI.,
Tobias Geerinckx-Rice <=
- 04/14: gnu: nss-mdns: Update to 0.11., Tobias Geerinckx-Rice, 2018/01/25
- 13/14: gnu: keybinder: Update URI., Tobias Geerinckx-Rice, 2018/01/25
- 14/14: gnu: perl-mime-types: Update to 2.16., Tobias Geerinckx-Rice, 2018/01/25
- 03/14: gnu: appstream-glib: Update to 0.7.4., Tobias Geerinckx-Rice, 2018/01/25
- 09/14: gnu: elfutils: Update to 0.170., Tobias Geerinckx-Rice, 2018/01/25