mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (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.
|
||||
|
|
Loading…
Reference in a new issue