guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-fastimport: Update to 0.9.9.


From: guix-commits
Subject: branch master updated: gnu: python-fastimport: Update to 0.9.9.
Date: Sun, 11 Apr 2021 18:53:26 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9b34c91  gnu: python-fastimport: Update to 0.9.9.
9b34c91 is described below

commit 9b34c9167b4df1beee0e38138da1004b75803d65
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Apr 12 00:51:49 2021 +0200

    gnu: python-fastimport: Update to 0.9.9.
    
    * gnu/packages/python-xyz.scm (python-fastimport): Update to 0.9.9.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 582d1b6..7a3e303 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13289,13 +13289,13 @@ graphviz.")
 (define-public python-fastimport
   (package
     (name "python-fastimport")
-    (version "0.9.8")
+    (version "0.9.9")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "fastimport" version))
         (sha256
-          (base32 "1fb3b7y3sw55f6wykxx478ybkirz0l52lgdqmbhmc0h0jzmyiwmj"))))
+          (base32 "06gk14qgm9dxx3pzjn0ckdbywc8ial2bjfzddqwlr4bn1nnqkbll"))))
     (build-system python-build-system)
     (home-page "https://github.com/jelmer/python-fastimport";)
     (synopsis "VCS fastimport parser and generator in Python")



reply via email to

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