all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "José Miguel Sánchez García" <jmi2k@openmailbox.org>
To: 27026@debbugs.gnu.org
Subject: bug#27026: [PATCH] gnu: python-cairocffi: Update to 0.8.0.
Date: Mon, 22 May 2017 22:14:50 +0200	[thread overview]
Message-ID: <be14eec40f683e439d1ba7ab4657ba22@openmailbox.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 38 bytes --]



-- 
José Miguel Sánchez García

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-cairocffi-Update-to-0.8.0.patch --]
[-- Type: text/x-diff; name=0001-gnu-python-cairocffi-Update-to-0.8.0.patch, Size: 1408 bytes --]

From 1bdca555107d640362359b54da21c2f1d7e22500 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?=
 <jmi2k@openmailbox.org>
Date: Tue, 23 May 2017 00:04:42 +0200
Subject: [PATCH] gnu: python-cairocffi: Update to 0.8.0.

* gnu/packages/python.scm (python-cairocffi): Update to 0.8.0.
---
 gnu/packages/python.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e51405bd9..7deac5b75 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4735,17 +4735,17 @@ 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)
       ;; The archive on pypi is missing the 'utils' directory!
-      (uri (string-append "https://github.com/SimonSapin/cairocffi/archive/v"
+      (uri (string-append "https://github.com/Kozea/cairocffi/archive/v"
                           version ".tar.gz"))
       (file-name (string-append name "-" version ".tar.gz"))
       (sha256
        (base32
-        "03w5p62sp3nqiccx864sbq0jvh7946277jqx3rcc3dch5xwfvv51"))))
+        "1rk2dvy3fxrga6bvvxc2fi5lbaynm5h4a0w0aaxyn3bc77rszjg9"))))
     (build-system python-build-system)
     (outputs '("out" "doc"))
     (inputs
-- 
2.13.0


             reply	other threads:[~2017-05-22 20:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-22 20:14 José Miguel Sánchez García [this message]
2017-05-23  1:09 ` bug#27026: [PATCH] gnu: python-cairocffi: Update to 0.8.0 Arun Isaac
     [not found] ` <a71ab1b3.AEAAKdIQjMIAAAAAAAAAAAPCjAEAAAACwQwAAAAAAAW9WABZI4vx@mailjet.com>
2017-05-23 15:39   ` José Miguel Sánchez García
2017-05-24  9:44     ` Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=be14eec40f683e439d1ba7ab4657ba22@openmailbox.org \
    --to=jmi2k@openmailbox.org \
    --cc=27026@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.