mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: graphene: Update to 1.10.8.
* gnu/packages/gtk.scm (graphene): Update to 1.10.8.
This commit is contained in:
parent
617e6031d2
commit
12e505dbf9
1 changed files with 2 additions and 2 deletions
|
@ -2504,7 +2504,7 @@ Parcellite and adds bugfixes and features.")
|
||||||
(define-public graphene
|
(define-public graphene
|
||||||
(package
|
(package
|
||||||
(name "graphene")
|
(name "graphene")
|
||||||
(version "1.10.6")
|
(version "1.10.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2514,7 +2514,7 @@ Parcellite and adds bugfixes and features.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g2jjy6xizzjxlp0dr81h1f5l16dzcnhznhj6jvhpdjqcvgp98xr"))))
|
(base32 "18a0icpr003y0bh1kghgh2nqrm8a8s5lak8lbnc9wdfkc760vlw8"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue