gnu: python-cairosvg: Update to 2.5.0.
* gnu/packages/python-xyz.scm (python-cairosvg): Update to 2.5.0.
This commit is contained in:
parent
ca5e4b46b7
commit
5c79f955c7
1 changed files with 2 additions and 2 deletions
|
@ -20511,13 +20511,13 @@ information in various formats.")
|
||||||
(define-public python-cairosvg
|
(define-public python-cairosvg
|
||||||
(package
|
(package
|
||||||
(name "python-cairosvg")
|
(name "python-cairosvg")
|
||||||
(version "2.4.2")
|
(version "2.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "CairoSVG" version))
|
(uri (pypi-uri "CairoSVG" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bb7irxbaxxb9ahm3z5wsx1q96mm5gzskc7b6q07h9ikcnb8yrjf"))))
|
(base32 "1ylsisha2cc4w0yydxwhy7idkfw1inl9fsipxsrm7vyby080vi9z"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue