me
/
guix
Archived
1
0
Fork 0

gnu: python-cairosvg: Update to 2.5.0.

* gnu/packages/python-xyz.scm (python-cairosvg): Update to 2.5.0.
master
Maxim Cournoyer 2020-11-28 02:35:58 -05:00
parent ca5e4b46b7
commit 5c79f955c7
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -20511,13 +20511,13 @@ information in various formats.")
(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