gnu: python-parse: Update to 1.8.4.

* gnu/packages/python.scm (python-parse): Update to 1.8.4.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-10 21:30:28 +02:00
parent c0ea7f5ff4
commit 86788cb0c9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1566,14 +1566,14 @@ backported for previous versions of Python from 2.4 to 3.3.")
(define-public python-parse
(package
(name "python-parse")
(version "1.8.2")
(version "1.8.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "parse" version))
(sha256
(base32
"1lj9v1q4imszyhvipb6drsm3xdl35nan011mqxxas1yaypixsj40"))))
"0f8997xr8nq2nq35iiviq8ningd1zvy59fg503xfpbi2dwhgdkf3"))))
(build-system python-build-system)
(arguments
`(#:phases