guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: git: Fix git-manpages native input's hash.


From: guix-commits
Subject: branch master updated: gnu: git: Fix git-manpages native input's hash.
Date: Tue, 16 Mar 2021 06:00:27 -0400

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

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0ee5d4f  gnu: git: Fix git-manpages native input's hash.
0ee5d4f is described below

commit 0ee5d4f7a8e25be437297f88ed7013c4f37abafb
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 16 10:58:36 2021 +0100

    gnu: git: Fix git-manpages native input's hash.
    
    This is a follow-up to commit ab9629b7c91ff7d6392a03512cfe442823267777.
    
    * gnu/packages/version-control.scm (git)[native-inputs]: Fix git-manpages's
    hash.
---
 gnu/packages/version-control.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 11e266c..ecb2ec7 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -194,7 +194,7 @@ as well as the classic centralized workflow.")
                 version ".tar.xz"))
           (sha256
            (base32
-            "1aiabqbc6mg23r19g2cwd4iajf55cpkxqylwn14hgpg64piaqr2y"))))
+            "1v40wwj130k76xf2w6vwhvfpkk765q1gcy5bqcrqssxf66ydqp8q"))))
       ;; For subtree documentation.
       ("asciidoc" ,asciidoc-py3)
       ("docbook-xsl" ,docbook-xsl)



reply via email to

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