Archived
1
0
Fork 0

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