unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Preston M. Firestone" <firestone.preston@gmail.com>
To: 63473@debbugs.gnu.org
Cc: "Preston M. Firestone" <firestone.preston@gmail.com>
Subject: [bug#63473] [PATCH 1/4] gnu: praat: Update to 6.1.49.
Date: Mon, 26 Jun 2023 12:42:14 -0500	[thread overview]
Message-ID: <74d233f5d114e35bb1d7cf5651377be4d1727a46.1687800992.git.firestone.preston@gmail.com> (raw)
In-Reply-To: <90JUWR.AJBFPRKS0IKT3@incana.org>

Version 6.1.30 of praat can't be built with GCC. Version 6.1.49 patches
this. See https://github.com/praat/praat/pull/1622 for more information.

-- >8 --
* gnu/packages/language.scm (praat): Update to 6.1.49.
  [inputs]: Replace gtk+-2 with gtk+.
---
 gnu/packages/language.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 27a6ebf329..87ab60eba1 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -854,7 +854,7 @@ (define-public link-grammar
 (define-public praat
   (package
     (name "praat")
-    (version "6.1.30")
+    (version "6.1.49")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -863,7 +863,7 @@ (define-public praat
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1pjfifyv3wjn68l3i2dr83xm75nf2kxvfxrk9qqbmwz58p183jw4"))))
+                "17ymrnvwvb08x61ygqlnfzzvggz937miix7rnk8vscrznywhh4jc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test target
@@ -882,7 +882,7 @@ (define-public praat
              #t)))))
     (inputs
      `(("alsa-lib" ,alsa-lib)
-       ("gtk" ,gtk+-2)
+       ("gtk" ,gtk+)
        ("jack" ,jack-1)
        ("publesaudio" ,pulseaudio)))
     (native-inputs

base-commit: 1bc878ded2ea349384da6a72d4b8326c63c794b4
-- 
2.40.1





  reply	other threads:[~2023-06-26 17:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-12 22:09 [bug#63473] [PATCH] gnu: praat: Update to 6.3.10 Preston M. Firestone
2023-06-21 12:00 ` Preston Miller Firestone
2023-06-26  4:25 ` Liliana Marie Prikler
2023-06-26  5:52 ` Juliana Sims
2023-06-26 17:42   ` Preston M. Firestone [this message]
2023-06-26 17:42   ` [bug#63473] [PATCH 2/4] " Preston M. Firestone
2023-06-26 17:42   ` [bug#63473] [PATCH 3/4] gnu: praat: Add tests to praat Preston M. Firestone
2023-06-26 17:42   ` [bug#63473] [PATCH 4/4] gnu: praat: Fix style Preston M. Firestone
2023-06-26 17:53 ` [bug#63473] [PATCH] gnu: praat: Update to 6.3.10 Preston Miller Firestone
2023-08-07 14:21   ` bug#63473: " 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=74d233f5d114e35bb1d7cf5651377be4d1727a46.1687800992.git.firestone.preston@gmail.com \
    --to=firestone.preston@gmail.com \
    --cc=63473@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).