diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-26 07:27:20 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-02 10:54:36 +0000 |
commit | 2e261e7ab8517876b771bbb51acf4324317c5cf0 (patch) | |
tree | 17e7b5a3fce22e3ad3f989c5322bad666693f828 /gnu | |
parent | b4287446a8cba3a0e1a1a009a321f2209b67652b (diff) | |
download | guix-2e261e7ab8517876b771bbb51acf4324317c5cf0.tar.gz guix-2e261e7ab8517876b771bbb51acf4324317c5cf0.zip |
gnu: graphene: Update to 1.10.6.
* gnu/packages/gtk.scm (graphene): Update to 1.10.6.
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 a9bcb5f8bf..4a8e02b42e 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2504,7 +2504,7 @@ Parcellite and adds bugfixes and features.") (define-public graphene (package (name "graphene") - (version "1.10.0") + (version "1.10.6") (source (origin (method git-fetch) @@ -2514,7 +2514,7 @@ Parcellite and adds bugfixes and features.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "14a0j1rvjlc7yhfdmhmckdmkzy4ch61qbzywdlw1xv58h23wx29p")))) + (base32 "0g2jjy6xizzjxlp0dr81h1f5l16dzcnhznhj6jvhpdjqcvgp98xr")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas |