mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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
|
(define-public python-hg-evolve
|
||||||
(package
|
(package
|
||||||
(name "python-hg-evolve")
|
(name "python-hg-evolve")
|
||||||
(version "10.3.1")
|
(version "10.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method hg-fetch)
|
(method hg-fetch)
|
||||||
(uri (hg-reference
|
(uri (hg-reference
|
||||||
(url "https://www.mercurial-scm.org/repo/evolve")
|
(url "https://www.mercurial-scm.org/repo/evolve")
|
||||||
(changeset version)))
|
(changeset version)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (hg-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0msnp5fp8sz4q2r5xpcmm60h82kwkyg23y212v1xfp7ixkq9f4qa"))))
|
"0qgk39s5pwxbshfa6x1f1ccxahja3fs265dddxy6q99spy3b3x5h"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests need mercurial source code.
|
;; Tests need mercurial source code.
|
||||||
|
|
Loading…
Reference in a new issue