diff options
author | Giacomo Leidi <goodoldpaul@autistici.org> | 2019-08-20 11:23:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-08-23 23:39:22 +0200 |
commit | 64fa66ba3d7a5c186dffca983634d177aeb949cf (patch) | |
tree | cf24d0cb6e02951e1f83f5390ab0c2e884c7a338 | |
parent | a9e2de7e3a5e773f2ce35c30c22b62bac18423c4 (diff) | |
download | guix-64fa66ba3d7a5c186dffca983634d177aeb949cf.tar guix-64fa66ba3d7a5c186dffca983634d177aeb949cf.tar.gz |
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>
-rw-r--r-- | gnu/packages/gnome.scm | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index bfc055eed4..6ef6fdfc42 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8051,7 +8051,7 @@ hexadecimal or ASCII. It is useful for editing binary files in general.") (define-public libdazzle (package (name "libdazzle") - (version "3.28.5") + (version "3.33.90") (source (origin (method url-fetch) (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")) (sha256 (base32 - "08qdwv2flywnh6kibkyv0pnm67pk8xlmjh4yqx6hf13hyhkxkqgg")))) + "189m7q88d1a7bq0yyal9f3yhm9kz46lb61379nn4wsnnhpa1d0qs")))) (build-system meson-build-system) (arguments `(#: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 (lambda _ ;; Tests require a running X server. |