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:
parent
51e8539566
commit
49e40006f6
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Reference in a new issue