all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 4/4] gnu: r-go-db: Bioconductor changed URL for data downloads
@ 2016-02-29  8:55 Unknown, Pjotr Prins
  2016-02-29 16:41 ` Pjotr Prins
  0 siblings, 1 reply; 2+ messages in thread
From: Unknown, Pjotr Prins @ 2016-02-29  8:55 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/bioinformatics.scm (r-go-db): Update data URL
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 79c392b..a4f8096 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4141,7 +4141,7 @@ extracting the desired features in a convenient format.")
     (version "3.2.2")
     (source (origin
               (method url-fetch)
-              (uri (bioconductor-uri "GO.db" version))
+              (uri (string-append "http://www.bioconductor.org/packages/release/data/annotation/src/contrib/GO.db_" version ".tar.gz"))
               (sha256
                (base32
                 "00gariag9ampz82dh0xllrc26r85d7vdcwc0vca5zdy147rwxr7f"))))
-- 
2.6.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-29 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29  8:55 [PATCH 4/4] gnu: r-go-db: Bioconductor changed URL for data downloads Unknown, Pjotr Prins
2016-02-29 16:41 ` Pjotr Prins

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.