~ruther/guix-local

464c5c6e09970d8c19026fb04af07d619f8d8d57 — Nicolas Graves 6 months ago 05c075b
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gtk.scm
M gnu/packages/gtk.scm => gnu/packages/gtk.scm +2 -2
@@ 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))