gnu: python-hg-evolve: Update to 10.3.1.

* gnu/packages/version-control.scm (python-hg-evolve): Update to 10.3.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Xinglu Chen 2021-05-27 20:59:01 +02:00 committed by Efraim Flashner
parent 51e8539566
commit 49e40006f6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1701,7 +1701,7 @@ (define-public mercurial
(define-public python-hg-evolve
(package
(name "python-hg-evolve")
(version "10.0.1")
(version "10.3.1")
(source
(origin
(method hg-fetch)
@ -1711,7 +1711,7 @@ (define-public python-hg-evolve
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1lz407373lfam9n02gq0l0rc2sjvn0m96kbzy93ipia3ika8fa68"))))
"0msnp5fp8sz4q2r5xpcmm60h82kwkyg23y212v1xfp7ixkq9f4qa"))))
(build-system python-build-system)
(arguments
;; Tests need mercurial source code.