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

lfam pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 7369390373 gnu: Fix the hash of git-manpages.
7369390373 is described below

commit 7369390373464e1a6ad475b7301ff04e046427b2
Author: Leo Famulari <[email protected]>
AuthorDate: Tue Jul 9 15:18:40 2024 -0400

    gnu: Fix the hash of git-manpages.
    
    This hash was inadvertently reverted on the core-updates branch, maybe due 
to
    a mistake made during a Git merge or rebase.
    
    * gnu/packages/version-control.scm (git)[arguments]: Fix the hash of the
    git-manpages source origin in the 'install-man-pages' phase.
    
    Change-Id: I3e7cb15e3cfe472a015a52032679635169b43515
---
 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 faee67b149..b34dfffb50 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -691,7 +691,7 @@ everything from small to very large projects with speed and 
efficiency.")
                                ".tar.xz"))
                          (sha256
                           (base32
-                           
"1w6r2liifafsxydmc48p578z7z70ys0spm6qp5ygdd0l26mxf8p6"))))))))))))
+                           
"1pqrp46kwbxycqld39027ph1cvkq9am156y3sswn6w2khsg30f09"))))))))))))
     (native-inputs
      (modify-inputs (package-native-inputs git-minimal)
        ;; For subtree documentation.

Reply via email to