diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-10 16:52:37 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-13 17:03:48 +0200 |
commit | 389e7b7f8c174e03de42a8858fd013b17f86cd12 (patch) | |
tree | 80aac3fc62f6e9ef2cec0d5b6479268765f9664c /gnu/packages | |
parent | 5f7448ed8d7b1bddc8726bec3a1e3bf1ae66e59b (diff) |
gnu: python-pycairo: Update to 1.20.0.
* gnu/packages/gtk.scm (python-pycairo): Update to 1.20.0.
Diffstat (limited to 'gnu/packages')
-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 120a4af1e8..8e2fff536a 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1719,7 +1719,7 @@ printing and other features typical of a source code editor.") (define-public python-pycairo (package (name "python-pycairo") - (version "1.19.1") + (version "1.20.0") (source (origin (method url-fetch) @@ -1727,7 +1727,7 @@ printing and other features typical of a source code editor.") version "/pycairo-" version ".tar.gz")) (sha256 (base32 - "111fav9m1iagw3nh2ws2vzkjh34r97yl7rdlpvsngsqg521k251c")))) + "1326aa2ybhhhrvz3n4p22z5sic25m016ddb5yq0hvbprnw6a35an")))) (build-system python-build-system) (native-inputs `(("pkg-config" ,pkg-config) |