mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: gtk+: Update to 3.20.2.
* gnu/packages/gtk.scm (gtk+): Update to 3.20.2.
This commit is contained in:
parent
11577957e0
commit
dfa9afe076
1 changed files with 2 additions and 2 deletions
|
@ -606,7 +606,7 @@ (define-public gtk+-2
|
||||||
(define-public gtk+
|
(define-public gtk+
|
||||||
(package (inherit gtk+-2)
|
(package (inherit gtk+-2)
|
||||||
(name "gtk+")
|
(name "gtk+")
|
||||||
(version "3.18.2")
|
(version "3.20.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -614,7 +614,7 @@ (define-public gtk+
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lp1hn0qydxx03bianzzr0a4maqzsvylrkzr7c3p0050qihwbgjx"))
|
"1xv97zrngf47hyrxz7rfrdl5xpv4y61rkmipyi300pm5iq3d3c8s"))
|
||||||
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"))))
|
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("at-spi2-atk" ,at-spi2-atk)
|
`(("at-spi2-atk" ,at-spi2-atk)
|
||||||
|
|
Loading…
Reference in a new issue