gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 02/02: contrib: guix: change texlive urls.


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/02: contrib: guix: change texlive urls.
Date: Fri, 29 Sep 2017 14:21:38 +0200

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

ng0 pushed a commit to branch master
in repository gnunet.

commit 34c4ae47da2f4eeb3ad3b7e85fbbd2381c2b9a8d
Author: ng0 <address@hidden>
AuthorDate: Fri Sep 29 12:20:48 2017 +0000

    contrib: guix: change texlive urls.
---
 contrib/packages/guix/packages/gnunet/packages/texlive.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/packages/guix/packages/gnunet/packages/texlive.scm 
b/contrib/packages/guix/packages/gnunet/packages/texlive.scm
index 65430d693..77256a947 100644
--- a/contrib/packages/guix/packages/gnunet/packages/texlive.scm
+++ b/contrib/packages/guix/packages/gnunet/packages/texlive.scm
@@ -39,7 +39,7 @@
 (define texlive-extra-src
   (origin
     (method url-fetch)
-    (uri 
"http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2012/texlive-20120701-extra.tar.xz";)
+    (uri 
"ftp://tug.org/historic/systems/texlive/2012/texlive-20120701-extra.tar.xz";)
     ;;(uri 
"ftp://tug.org/historic/systems/texlive/2012/texlive-20120701-extra.tar.xz";)
     (sha256 (base32
              "0cb8fnv4x281gy5ka779f00ssdmdpjj4x3pkh9j9vq45hrwg3522"))))
@@ -47,7 +47,7 @@
 (define texlive-texmf-src
   (origin
     (method url-fetch)
-    (uri 
"http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2012/texlive-20120701-texmf.tar.xz";)
+    (uri 
"ftp://tug.org/historic/systems/texlive/2012/texlive-20120701-texmf.tar.xz";)
     ;;(uri 
"ftp://tug.org/historic/systems/texlive/2012/texlive-20120701-texmf.tar.xz";)
     (sha256 (base32
              "1fn1dg9k7pnh8a80j23zfkbrfnqyc4c2w4ss30dpkqj490nxsywq"))))
@@ -61,7 +61,7 @@
     (version "2012")
     (source (origin
               (method url-fetch)
-              (uri 
"http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2012/texlive-20120701-source.tar.xz";)
+              (uri 
"ftp://tug.org/historic/systems/texlive/2012/texlive-20120701-source.tar.xz";)
               ;;(uri 
"ftp://tug.org/historic/systems/texlive/2012/texlive-20120701-source.tar.xz";)
               (sha256 (base32
                        
"10bcrdfsqnc6y3gqcb8ndnjy07i5kz63as39irbq4gmcbmyn2rln"))))

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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