gnu: libdazzle: Update to 3.33.90.

* gnu/packages/gnome.scm (libdazzle): Update to 3.33.90.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2019-08-20 11:23:02 +02:00 committed by Ludovic Courtès
parent a9e2de7e3a
commit 64fa66ba3d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 8 deletions

View File

@ -8051,7 +8051,7 @@ hexadecimal or ASCII. It is useful for editing binary files in general.")
(define-public libdazzle (define-public libdazzle
(package (package
(name "libdazzle") (name "libdazzle")
(version "3.28.5") (version "3.33.90")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/libdazzle/" (uri (string-append "mirror://gnome/sources/libdazzle/"
@ -8059,17 +8059,11 @@ hexadecimal or ASCII. It is useful for editing binary files in general.")
"libdazzle-" version ".tar.xz")) "libdazzle-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"08qdwv2flywnh6kibkyv0pnm67pk8xlmjh4yqx6hf13hyhkxkqgg")))) "189m7q88d1a7bq0yyal9f3yhm9kz46lb61379nn4wsnnhpa1d0qs"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'disable-failing-test
(lambda _
;; Disable failing test.
(substitute* "tests/meson.build"
(("test\\('test-application") "#"))
#t))
(add-before 'check 'pre-check (add-before 'check 'pre-check
(lambda _ (lambda _
;; Tests require a running X server. ;; Tests require a running X server.