gnu: libgnome-games-support: Update to 1.7.1.

* gnu/packages/gnome.scm (libgnome-games-support): Update to 1.7.1.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
This commit is contained in:
jgart 2021-04-19 01:33:30 -04:00 committed by Leo Prikler
parent 3daadd776c
commit 0e5c5ec52c
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -6002,7 +6002,7 @@ (define-public gom
(define-public libgnome-games-support
(package
(name "libgnome-games-support")
(version "1.4.4")
(version "1.7.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libgnome-games-support/"
@ -6010,16 +6010,17 @@ (define-public libgnome-games-support
"libgnome-games-support-" version ".tar.xz"))
(sha256
(base32
"1zkbmnrn161p74qg6jhsn9f66yjjzxfm13pl1klv9av8k1bax9pq"))))
(build-system gnu-build-system)
"11g1r3ppb9v8m3anks9gxf7fv1x38vmjiya3lr7zjjv328pb69d6"))))
(build-system meson-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(add-before 'check 'pre-check
(lambda _
;; Tests require a writable HOME.
(setenv "HOME" (getcwd))
#t)))))
'(#:glib-or-gtk? #t
#:phases
(modify-phases %standard-phases
(add-before 'check 'pre-check
(lambda _
;; Tests require a writable HOME.
(setenv "HOME" (getcwd))
#t)))))
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)