diff options
author | Tanguy Le Carrour <tanguy@bioneland.org> | 2020-03-21 12:26:18 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-03-24 17:10:19 -0400 |
commit | 67c8b6448eccd303031a8fcc10994e9c99688aa0 (patch) | |
tree | 504acf6147b61e83c2e95aa4d08225b827d8fa7a /gnu/packages/graphics.scm | |
parent | a356d1b68d91f9106606989f5220c189b9c71a1a (diff) | |
download | patches-67c8b6448eccd303031a8fcc10994e9c99688aa0.tar patches-67c8b6448eccd303031a8fcc10994e9c99688aa0.tar.gz |
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>
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r-- | gnu/packages/graphics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index f4bb62857c..1ba17c5fa3 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -834,14 +834,14 @@ rendering SVG graphics.") (define-public python-pastel (package (name "python-pastel") - (version "0.1.1") + (version "0.2.0") (source (origin (method url-fetch) (uri (pypi-uri "pastel" version)) (sha256 (base32 - "1qxcrcl8pzh66l8s6hym153mijdhwna0afcsmgca0bj4n80ijfxz")))) + "0dnaw44ss10i10z4ksy0xljknvjap7rb7g0b8p6yzm5x4g2my5a6")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |