guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-hg-evolve: Update to 10.3.1.


From: guix-commits
Subject: branch master updated: gnu: python-hg-evolve: Update to 10.3.1.
Date: Wed, 02 Jun 2021 03:37:53 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 49e4000  gnu: python-hg-evolve: Update to 10.3.1.
49e4000 is described below

commit 49e40006f6eab32c25ed4e2bccd876f1e411634b
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Thu May 27 20:59:01 2021 +0200

    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>
---
 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 80842ec..cd26240 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]