mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
7f32c61e94
commit
4c93818392
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue