guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python-hg-evolve: Update to 10.3.2.


From: guix-commits
Subject: 03/04: gnu: python-hg-evolve: Update to 10.3.2.
Date: Sun, 13 Jun 2021 03:38:59 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 272e9ffd005eb3491765e0d321e33bbc8e1ffa48
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Wed Jun 9 18:30:17 2021 +0200

    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>
---
 gnu/packages/version-control.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 7792c60..813ad64 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1700,17 +1700,17 @@ interface.")
 (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.



reply via email to

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