mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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 @@ (define-public python-distro
|
|||
(define-public python-cairosvg
|
||||
(package
|
||||
(name "python-cairosvg")
|
||||
(version "2.4.2")
|
||||
(version "2.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "CairoSVG" version))
|
||||
(sha256
|
||||
(base32 "1bb7irxbaxxb9ahm3z5wsx1q96mm5gzskc7b6q07h9ikcnb8yrjf"))))
|
||||
(base32 "1ylsisha2cc4w0yydxwhy7idkfw1inl9fsipxsrm7vyby080vi9z"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue