gnu: python-fastimport: Update to 0.9.8.

* gnu/packages/python-xyz.scm (python-fastimport): Update to 0.9.8.
This commit is contained in:
Efraim Flashner 2020-07-06 11:56:17 +03:00
parent 7f32c61e94
commit 4c93818392
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11674,13 +11674,13 @@ (define-public python2-gevent
(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")