mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
05c075b85c
commit
464c5c6e09
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue