gnu: git: Fix git-manpages native input's hash.
This is a follow-up to commit ab9629b7c9
.
* gnu/packages/version-control.scm (git)[native-inputs]: Fix git-manpages's
hash.
This commit is contained in:
parent
ab9629b7c9
commit
0ee5d4f7a8
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ as well as the classic centralized workflow.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1aiabqbc6mg23r19g2cwd4iajf55cpkxqylwn14hgpg64piaqr2y"))))
|
"1v40wwj130k76xf2w6vwhvfpkk765q1gcy5bqcrqssxf66ydqp8q"))))
|
||||||
;; For subtree documentation.
|
;; For subtree documentation.
|
||||||
("asciidoc" ,asciidoc-py3)
|
("asciidoc" ,asciidoc-py3)
|
||||||
("docbook-xsl" ,docbook-xsl)
|
("docbook-xsl" ,docbook-xsl)
|
||||||
|
|
Reference in a new issue