me
/
guix
Archived
1
0
Fork 0

gnu: mercurial: Update to 5.8.1.

* gnu/packages/version-control (mercurial): Update to 5.8.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Xinglu Chen 2021-07-31 15:47:37 +02:00 committed by Efraim Flashner
parent 3b43665666
commit 0cb26784fa
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1608,7 +1608,7 @@ execution of any hook written in any language before every commit.")
(define-public mercurial
(package
(name "mercurial")
(version "5.8")
(version "5.8.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.mercurial-scm.org/"
@ -1616,7 +1616,7 @@ execution of any hook written in any language before every commit.")
(patches (search-patches "mercurial-hg-extension-path.patch"))
(sha256
(base32
"17rhlmmkqz5ll3k68jfzpcifg3nndbcbc2nx7kw8xn3qcj7nlpgw"))))
"16xi4bmjqzi7ig8sfa5mnypfpbbbiyafmmqrs4nxmgc743za7fl1"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags