gnu: python-rst.linker: Update to 1.9.

* gnu/packages/python.scm (python-rst.linker): Update to 1.9.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-26 20:51:00 +02:00
parent 9052324d72
commit 5cf24cde18
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2551,14 +2551,14 @@ and several other projects.")
(define-public python-rst.linker (define-public python-rst.linker
(package (package
(name "python-rst.linker") (name "python-rst.linker")
(version "1.7") (version "1.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "rst.linker" version)) (uri (pypi-uri "rst.linker" version))
(sha256 (sha256
(base32 (base32
"0bh4lnj2p1nh0wf5pgxgfbrp27xhb1rinahkb5j7s3qprq6qn0sr")))) "16crgnai6020vdmnpwdimw1vm3jb74ysfyb3kmcidb0lgma5xq2d"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-dateutil" ,python-dateutil) `(("python-dateutil" ,python-dateutil)