guix-commits
[Top][All Lists]
Advanced

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

14/26: gnu: python-pycairo: Update to 1.19.1.


From: guix-commits
Subject: 14/26: gnu: python-pycairo: Update to 1.19.1.
Date: Thu, 14 May 2020 19:52:59 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 104b4a657ecf7008f1383ea8c9ef2e1d7791daf6
Author: Marius Bakke <address@hidden>
AuthorDate: Thu May 14 23:04:39 2020 +0200

    gnu: python-pycairo: Update to 1.19.1.
    
    * gnu/packages/gtk.scm (python-pycairo): Update to 1.19.1.
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index fdb6962..a0387cf 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1288,7 +1288,7 @@ printing and other features typical of a source code 
editor.")
 (define-public python-pycairo
   (package
     (name "python-pycairo")
-    (version "1.19.0")
+    (version "1.19.1")
     (source
      (origin
       (method url-fetch)
@@ -1296,7 +1296,7 @@ printing and other features typical of a source code 
editor.")
                           version "/pycairo-" version ".tar.gz"))
       (sha256
        (base32
-        "176i283glkpycka8wwyndwld0zp1yn9xj9rpvllqgja698vsjnsg"))))
+        "111fav9m1iagw3nh2ws2vzkjh34r97yl7rdlpvsngsqg521k251c"))))
     (build-system python-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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