diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-25 21:03:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 00:09:19 +0100 |
commit | cd70f9bdb0f46acf3fecb5254b7df46dd258fe5b (patch) | |
tree | dea916994e683e8a1f3d942f140841a5a55f4e36 /gnu/packages | |
parent | 5b707ab60199c34eb9c430460d1ac0dea3dc446d (diff) | |
download | guix-cd70f9bdb0f46acf3fecb5254b7df46dd258fe5b.tar guix-cd70f9bdb0f46acf3fecb5254b7df46dd258fe5b.tar.gz |
gnu: deeptools: Update URI.
* gnu/packages/bioinformatics.scm (deeptools)[source, home-page]: Update
URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index c96d462445..4d05aeb4c2 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 |