guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: docbook: Update source URI.


From: guix-commits
Subject: 07/07: gnu: docbook: Update source URI.
Date: Mon, 9 Nov 2020 04:37:00 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f7f92d8213961a8909f02d61fea6d135cfb449e4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 9 11:30:46 2020 +0200

    gnu: docbook: Update source URI.
    
    * gnu/packages/docbook.scm (docbook-xml-5)[source]: Update to new
    source URI.
    (docbook-xml, docbook-xml-4.4, docbook-xml-4.3, docbook-xml-4.2,
    docbook-xml-4.1.2)[source]: Same.
---
 gnu/packages/docbook.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index ee09b9d..236c7e2 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -41,7 +41,7 @@
     (version "5.0.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://www.docbook.org/xml/"; version
+              (uri (string-append "https://docbook.org/xml/"; version
                                   "/docbook-" version ".zip"))
               (sha256
                (base32
@@ -83,7 +83,7 @@ by no means limited to these applications.)  This package 
provides XML DTDs.")
     (version "4.5")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://www.docbook.org/xml/"; version
+              (uri (string-append "https://docbook.org/xml/"; version
                                   "/docbook-xml-" version ".zip"))
               (sha256
                (base32
@@ -113,7 +113,7 @@ by no means limited to these applications.)  This package 
provides XML DTDs.")
     (version "4.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://www.docbook.org/xml/"; version
+              (uri (string-append "https://docbook.org/xml/"; version
                                   "/docbook-xml-" version ".zip"))
               (sha256
                (base32
@@ -124,7 +124,7 @@ by no means limited to these applications.)  This package 
provides XML DTDs.")
     (version "4.3")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://www.docbook.org/xml/"; version
+              (uri (string-append "https://docbook.org/xml/"; version
                                   "/docbook-xml-" version ".zip"))
               (sha256
                (base32
@@ -135,7 +135,7 @@ by no means limited to these applications.)  This package 
provides XML DTDs.")
     (version "4.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://www.docbook.org/xml/"; version
+              (uri (string-append "https://docbook.org/xml/"; version
                                   "/docbook-xml-" version ".zip"))
               (sha256
                (base32
@@ -146,7 +146,7 @@ by no means limited to these applications.)  This package 
provides XML DTDs.")
     (version "4.1.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://www.docbook.org/xml/"; version
+              (uri (string-append "https://docbook.org/xml/"; version
                                   "/docbkx412.zip"))
               (sha256
                (base32



reply via email to

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