diff options
Diffstat (limited to 'gnu')
-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 f5d64ef3fb..002bbe17fe 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2116,7 +2116,7 @@ printing and other features typical of a source code editor.") (define-public python-pycairo (package (name "python-pycairo") - (version "1.26.0") + (version "1.28.0") (source (origin (method git-fetch) @@ -2125,7 +2125,7 @@ printing and other features typical of a source code editor.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0pqam2dxmp6b6r0pvarhiw1sp6p5nwlpyl2754aji445q4zcqj81")))) + (base32 "0k0mm3kx0rsz07v7a4ijrgjnxigr9in1zcsij8nlg8aszxi7a09q")))) (build-system meson-build-system) (native-inputs (list pkg-config python python-pytest python-setuptools)) |