diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-26 20:51:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-26 21:09:00 +0200 |
commit | 5cf24cde18c44669931309e2e406ef076f28defe (patch) | |
tree | e1462e090ca4e703739839c8b4ddc717224c4c3c /gnu | |
parent | 9052324d720bb5860e09ec2d79a177f77dc1babb (diff) | |
download | guix-5cf24cde18c44669931309e2e406ef076f28defe.tar guix-5cf24cde18c44669931309e2e406ef076f28defe.tar.gz |
gnu: python-rst.linker: Update to 1.9.
* gnu/packages/python.scm (python-rst.linker): Update to 1.9.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a9e72f28a8..796b41840e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2551,14 +2551,14 @@ and several other projects.") (define-public python-rst.linker (package (name "python-rst.linker") - (version "1.7") + (version "1.9") (source (origin (method url-fetch) (uri (pypi-uri "rst.linker" version)) (sha256 (base32 - "0bh4lnj2p1nh0wf5pgxgfbrp27xhb1rinahkb5j7s3qprq6qn0sr")))) + "16crgnai6020vdmnpwdimw1vm3jb74ysfyb3kmcidb0lgma5xq2d")))) (build-system python-build-system) (propagated-inputs `(("python-dateutil" ,python-dateutil) |