mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-rst.linker: Update to 1.11.
* gnu/packages/python-xyz.scm (python-rst.linker): Update to 1.11.
This commit is contained in:
parent
d45b92891a
commit
d37e8e5390
1 changed files with 2 additions and 3 deletions
|
@ -3000,14 +3000,13 @@ receive files via the SCP1 protocol, as implemented by the OpenSSH
|
||||||
(define-public python-rst.linker
|
(define-public python-rst.linker
|
||||||
(package
|
(package
|
||||||
(name "python-rst.linker")
|
(name "python-rst.linker")
|
||||||
(version "1.10")
|
(version "1.11")
|
||||||
(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 "0pqsfqqx8h0pq21k8l3k62kznrgaj2ala93c64s4d9rpbr4mgkd2"))))
|
||||||
"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