guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-fastimport: Update to 0.9.8.


From: guix-commits
Subject: 01/02: gnu: python-fastimport: Update to 0.9.8.
Date: Mon, 6 Jul 2020 05:16:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4c93818392fcfce9238816c232b6d58cc64ecd8a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 6 11:56:17 2020 +0300

    gnu: python-fastimport: Update to 0.9.8.
    
    * gnu/packages/python-xyz.scm (python-fastimport): Update to 0.9.8.
---
 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 7079bbd..6d6b60d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11674,13 +11674,13 @@ to provide a high-level synchronous API on top of the 
libev event loop.")
 (define-public python-fastimport
   (package
     (name "python-fastimport")
-    (version "0.9.6")
+    (version "0.9.8")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "fastimport" version))
         (sha256
-          (base32 "1aqjsin4rmqm7ln4j0p73fzxifws6c6ikgyhav7r137m2ixsxl43"))))
+          (base32 "1fb3b7y3sw55f6wykxx478ybkirz0l52lgdqmbhmc0h0jzmyiwmj"))))
     (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]