gnu: python-fastimport: Update to 0.9.9.

* gnu/packages/python-xyz.scm (python-fastimport): Update to 0.9.9.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-12 00:51:49 +02:00
parent e737e74ec0
commit 9b34c9167b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -13289,13 +13289,13 @@ (define-public python-gevent
(define-public python-fastimport (define-public python-fastimport
(package (package
(name "python-fastimport") (name "python-fastimport")
(version "0.9.8") (version "0.9.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "fastimport" version)) (uri (pypi-uri "fastimport" version))
(sha256 (sha256
(base32 "1fb3b7y3sw55f6wykxx478ybkirz0l52lgdqmbhmc0h0jzmyiwmj")))) (base32 "06gk14qgm9dxx3pzjn0ckdbywc8ial2bjfzddqwlr4bn1nnqkbll"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/jelmer/python-fastimport") (home-page "https://github.com/jelmer/python-fastimport")
(synopsis "VCS fastimport parser and generator in Python") (synopsis "VCS fastimport parser and generator in Python")