gnu: python-pycairo: Update to 1.28.0.

* gnu/packages/gtk.scm (python-pycairo): Update to 1.28.0.

Change-Id: I45ae25f074b9b5ca8cd87dbf4577a1adb48cd57a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-09-21 20:03:51 +02:00 committed by Sharlatan Hellseher
parent 05c075b85c
commit 464c5c6e09
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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))