gnu: python-hg-evolve: Update to 10.3.2.
* gnu/packages/version-control.scm (python-hg-evolve): Update to 10.3.2. [source]: Use ‘hg-file-name’ instead of ‘string-append’. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ada620417d
commit
272e9ffd00
1 changed files with 3 additions and 3 deletions
|
@ -1700,17 +1700,17 @@ (define-public mercurial
|
|||
(define-public python-hg-evolve
|
||||
(package
|
||||
(name "python-hg-evolve")
|
||||
(version "10.3.1")
|
||||
(version "10.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method hg-fetch)
|
||||
(uri (hg-reference
|
||||
(url "https://www.mercurial-scm.org/repo/evolve")
|
||||
(changeset version)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (hg-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0msnp5fp8sz4q2r5xpcmm60h82kwkyg23y212v1xfp7ixkq9f4qa"))))
|
||||
"0qgk39s5pwxbshfa6x1f1ccxahja3fs265dddxy6q99spy3b3x5h"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; Tests need mercurial source code.
|
||||
|
|
Loading…
Reference in a new issue