mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: glade3: Update to 3.22.1.
* gnu/packages/gnome.scm (glade3): Update to 3.22.1.
This commit is contained in:
parent
3b5d5b4a9f
commit
c6571adb09
1 changed files with 2 additions and 2 deletions
|
@ -1200,7 +1200,7 @@ (define-public gtkglext
|
|||
(define-public glade3
|
||||
(package
|
||||
(name "glade")
|
||||
(version "3.20.2")
|
||||
(version "3.22.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -1208,7 +1208,7 @@ (define-public glade3
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vdbqqvf6nrkqml4awrq4pzfwsm5v39wdzg943nys6lmf1am9l87"))))
|
||||
"16p38xavpid51qfy0s26n0n21f9ws1w9k5s65bzh1w7ay8p9my6z"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; needs X, GL, and software rendering
|
||||
|
|
Loading…
Reference in a new issue