me
/
guix
Archived
1
0
Fork 0

gnu: python-fastimport: Update to 0.9.8.

* gnu/packages/python-xyz.scm (python-fastimport): Update to 0.9.8.
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
1 changed files with 2 additions and 2 deletions

View File

@ -11674,13 +11674,13 @@ to provide a high-level synchronous API on top of the libev event loop.")
(define-public python-fastimport (define-public python-fastimport
(package (package
(name "python-fastimport") (name "python-fastimport")
(version "0.9.6") (version "0.9.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "fastimport" version)) (uri (pypi-uri "fastimport" version))
(sha256 (sha256
(base32 "1aqjsin4rmqm7ln4j0p73fzxifws6c6ikgyhav7r137m2ixsxl43")))) (base32 "1fb3b7y3sw55f6wykxx478ybkirz0l52lgdqmbhmc0h0jzmyiwmj"))))
(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")