mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: python-rst.linker: Update to 1.10.
* gnu/packages/python.scm (python-rst.linker): Update to 1.10.
This commit is contained in:
parent
e0e7ea7459
commit
4df9c195f2
1 changed files with 2 additions and 2 deletions
|
@ -2683,14 +2683,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.9")
|
(version "1.10")
|
||||||
(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
|
||||||
"16crgnai6020vdmnpwdimw1vm3jb74ysfyb3kmcidb0lgma5xq2d"))))
|
"0iqaacp7pj1s8avs4kc0qg0r7dscywaq37y6l9j14glqdikk0wdj"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-dateutil" ,python-dateutil)
|
`(("python-dateutil" ,python-dateutil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue