mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
e737e74ec0
commit
9b34c9167b
1 changed files with 2 additions and 2 deletions
|
@ -13289,13 +13289,13 @@ (define-public python-gevent
|
|||
(define-public python-fastimport
|
||||
(package
|
||||
(name "python-fastimport")
|
||||
(version "0.9.8")
|
||||
(version "0.9.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "fastimport" version))
|
||||
(sha256
|
||||
(base32 "1fb3b7y3sw55f6wykxx478ybkirz0l52lgdqmbhmc0h0jzmyiwmj"))))
|
||||
(base32 "06gk14qgm9dxx3pzjn0ckdbywc8ial2bjfzddqwlr4bn1nnqkbll"))))
|
||||
(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