gnu: python-pastel: Update to 0.2.0.
* gnu/packages/graphics.scm (python-pastel): Update to 0.2.0. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
a356d1b68d
commit
67c8b6448e
@ -834,14 +834,14 @@ rendering SVG graphics.")
|
|||||||
(define-public python-pastel
|
(define-public python-pastel
|
||||||
(package
|
(package
|
||||||
(name "python-pastel")
|
(name "python-pastel")
|
||||||
(version "0.1.1")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pastel" version))
|
(uri (pypi-uri "pastel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qxcrcl8pzh66l8s6hym153mijdhwna0afcsmgca0bj4n80ijfxz"))))
|
"0dnaw44ss10i10z4ksy0xljknvjap7rb7g0b8p6yzm5x4g2my5a6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
Loading…
Reference in New Issue
Block a user