diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-04-27 05:23:33 -0400 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-09-05 10:26:28 -0400 |
commit | 4bd9198abf279fb72f56b825246ea2aaf7847cc6 (patch) | |
tree | ffe6706f836ffb23fa019d772331e8bd13acdf20 | |
parent | 09391c8acb3ee42731b646cd319761f677e54f44 (diff) | |
download | guix-4bd9198abf279fb72f56b825246ea2aaf7847cc6.tar.gz |
gnu: python-pycairo: Update to 1.20.0.
* gnu/packages/gtk.scm (python-pycairo)[version]: Update to 1.20.0.
-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 50b606f8e2..869246c36d 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1717,7 +1717,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) @@ -1725,7 +1725,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) |