unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: goodoldpaul@autistici.org
To: 37096@debbugs.gnu.org
Subject: [bug#37096] [PATCH] gnu: libdazzle: Update to 3.33.90.
Date: Tue, 20 Aug 2019 09:27:37 +0000	[thread overview]
Message-ID: <76c72eb1f8803e9074f9df84b6c06426@autistici.org> (raw)
In-Reply-To: <20190820091655.23245-1-goodoldpaul@autistici.org>

[-- Attachment #1: Type: text/plain, Size: 87 bytes --]

I sent the wrong patch, excuse this oversight. Here's the correct patch.

Bye,

Giacomo

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-libdazzle-Update-to-3.33.90.patch --]
[-- Type: text/x-diff; name=0001-gnu-libdazzle-Update-to-3.33.90.patch, Size: 1683 bytes --]

From 9d19d6fdee0b0a9726720c1b752049238fd7375b Mon Sep 17 00:00:00 2001
From: Giacomo Leidi <goodoldpaul@autistici.org>
Date: Tue, 20 Aug 2019 11:23:02 +0200
Subject: [PATCH] gnu: libdazzle: Update to 3.33.90.

* gnu/packages/gnome.scm (libdazzle): Update to 3.33.90.
---
 gnu/packages/gnome.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d5e46e09c1..b1462e872f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8042,7 +8042,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/"
@@ -8050,17 +8050,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.
-- 
2.23.0


  reply	other threads:[~2019-08-20  9:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-20  9:16 [bug#37096] [PATCH] gnu: libdazzle: Update to 3.33.90 Giacomo Leidi
2019-08-20  9:27 ` goodoldpaul [this message]
2019-08-23 21:38   ` bug#37096: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=76c72eb1f8803e9074f9df84b6c06426@autistici.org \
    --to=goodoldpaul@autistici.org \
    --cc=37096@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).