guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-cairocffi: Update to 0.8.0.


From: Arun Isaac
Subject: 02/02: gnu: python-cairocffi: Update to 0.8.0.
Date: Wed, 24 May 2017 05:43:26 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 80f78e8f6fbe23d2b824a075db7e8d08999189e4
Author: José Miguel Sánchez García <address@hidden>
Date:   Tue May 23 17:56:15 2017 +0200

    gnu: python-cairocffi: Update to 0.8.0.
    
    * gnu/packages/python.scm (python-cairocffi): Update to 0.8.0.
    
    Signed-off-by: Arun Isaac <address@hidden>
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ecb037f..d29a14c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4768,7 +4768,7 @@ support for Python 3 and PyPy.  It is based on cffi.")
 (define-public python-cairocffi
   (package
     (name "python-cairocffi")
-    (version "0.6")
+    (version "0.8.0")
     (source
      (origin
       (method url-fetch)
@@ -4778,7 +4778,7 @@ support for Python 3 and PyPy.  It is based on cffi.")
       (file-name (string-append name "-" version ".tar.gz"))
       (sha256
        (base32
-        "03w5p62sp3nqiccx864sbq0jvh7946277jqx3rcc3dch5xwfvv51"))))
+        "1rk2dvy3fxrga6bvvxc2fi5lbaynm5h4a0w0aaxyn3bc77rszjg9"))))
     (build-system python-build-system)
     (outputs '("out" "doc"))
     (inputs



reply via email to

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