guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: asciidoc: Update source URI.


From: guix-commits
Subject: branch master updated: gnu: asciidoc: Update source URI.
Date: Tue, 23 Feb 2021 17:46:01 -0500

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

hoebjo pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 53c40b3  gnu: asciidoc: Update source URI.
53c40b3 is described below

commit 53c40b3c77492740458a7b52723128c12c53d55b
Author: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
AuthorDate: Tue Feb 23 23:12:50 2021 +0100

    gnu: asciidoc: Update source URI.
    
    * gnu/packages/documentation.scm (asciidoc)[source]: Update URI.
    
    This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46706>.
    
    They moved (and redirected) the repository to the new location
    <https://github.com/asciidoc-py/asciidoc-py>. Here they changed the old
    commits in-place using now Python3, which caused the hash mismatch.
    
    The untouched Python2 version is still found under the ..-py2 repository.
---
 gnu/packages/documentation.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index eb3227c..ae85534 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -105,7 +105,7 @@ pages in HTML.")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                     (url "https://github.com/asciidoc/asciidoc";)
+                     (url "https://github.com/asciidoc-py/asciidoc-py2";)
                      (commit version)))
               (file-name (git-file-name name version))
               (sha256



reply via email to

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