diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-14 23:04:39 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-05-26 22:32:52 +0200 |
commit | 1e03f8f4a3dbc65dd13835f418acf82f51608d6d (patch) | |
tree | a76590832b48ff3a4a754e0c1cb4c704845247f5 /gnu/packages/gtk.scm | |
parent | a947f71cd9c7495df77f1b897c253b89eb727bd9 (diff) | |
download | guix-1e03f8f4a3dbc65dd13835f418acf82f51608d6d.tar.gz |
gnu: python-pycairo: Update to 1.19.1.
* gnu/packages/gtk.scm (python-pycairo): Update to 1.19.1.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index fdb69621b4..a0387cf7bf 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) |