diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-04-27 05:23:33 -0400 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-05-04 17:05:25 -0400 |
commit | aeb0ab30ba9fd2d935a8d877f5802f3c871805fa (patch) | |
tree | 1c8977a6bf22a0dd0066663645357e2890425fca /gnu/packages | |
parent | afa439ebf96c7694969da9840cd9688fcbb6d4f9 (diff) | |
download | guix-aeb0ab30ba9fd2d935a8d877f5802f3c871805fa.tar.gz guix-aeb0ab30ba9fd2d935a8d877f5802f3c871805fa.zip |
gnu: python-pycairo: Update to 1.20.0.
* gnu/packages/gtk.scm (python-pycairo)[version]: 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 dd92cd649c..55dd29a81f 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1479,7 +1479,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) @@ -1487,7 +1487,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) |