guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/14: gnu: python-pastel: Update to 0.2.0.


From: guix-commits
Subject: 03/14: gnu: python-pastel: Update to 0.2.0.
Date: Tue, 24 Mar 2020 17:17:21 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 67c8b6448eccd303031a8fcc10994e9c99688aa0
Author: Tanguy Le Carrour <address@hidden>
AuthorDate: Sat Mar 21 12:26:18 2020 +0100

    gnu: python-pastel: Update to 0.2.0.
    
    * gnu/packages/graphics.scm (python-pastel): Update to 0.2.0.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index f4bb628..1ba17c5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]