GNU bug report logs -
#48705
[PATCH] gnu: python-hg-evolve: Update to 10.3.1.
Previous Next
Reported by: Xinglu Chen <public <at> yoctocell.xyz>
Date: Thu, 27 May 2021 19:00:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/version-control.scm (python-hg-evolve): Update to 10.3.1.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 80842ecf0c..cd262402c1 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1701,7 +1701,7 @@ interface.")
(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 @@ interface.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1lz407373lfam9n02gq0l0rc2sjvn0m96kbzy93ipia3ika8fa68"))))
+ "0msnp5fp8sz4q2r5xpcmm60h82kwkyg23y212v1xfp7ixkq9f4qa"))))
(build-system python-build-system)
(arguments
;; Tests need mercurial source code.
base-commit: c8286c8d4a1a720362b3f87fa19b4d6770c38584
--
2.31.1
This bug report was last modified 4 years and 49 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.