all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Suhail via Guix-patches via <guix-patches@gnu.org>
To: 69063@debbugs.gnu.org
Subject: [bug#69063] [PATCH 1/2] gnu: tilda: Update to 2.0.0.
Date: Sun, 11 Feb 2024 22:03:43 +0000	[thread overview]
Message-ID: <e0d0cd754597b18b45fb9f836b50c012be14dcaf.1707686681.git.suhail@bayesians.ca> (raw)
In-Reply-To: <cover.1707686681.git.suhail@bayesians.ca>


* gnu/packages/terminals.scm (tilda): Update to 2.0.0.

Change-Id: I5df92877e38a316555150350c73e2356109e71b2
---
 gnu/packages/terminals.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index f609de8eff..403aacbb13 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -155,7 +155,7 @@ (define-public libptytty
 (define-public tilda
   (package
     (name "tilda")
-    (version "1.5.4")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -164,7 +164,7 @@ (define-public tilda
              (commit (string-append "tilda-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0q2i9ny8sh7zjzgvkx8vcvk593wcvchjc4xq4nrlqdd377r7cg5q"))))
+        (base32 "1ad5jlyg9izm2rid115dv70af6j5i96p91i685c0h9vlrn5sviqs"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
@@ -172,7 +172,7 @@ (define-public tilda
                     (lambda _
                       (for-each make-file-writable
                                 (find-files "po" ".")) #t)))))
-    (native-inputs (list autoconf automake gettext-minimal pkg-config))
+    (native-inputs (list autoconf-2.71 automake gettext-minimal pkg-config))
     (inputs (list libconfuse vte))
     (synopsis "GTK+-based drop-down terminal")
     (description
-- 
2.43.0






  reply	other threads:[~2024-02-11 22:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-11 21:37 [bug#69063] [PATCH 0/2] Update Tilda to 2.0.0 Suhail via Guix-patches via
2024-02-11 22:03 ` Suhail via Guix-patches via [this message]
2024-02-11 22:04 ` [bug#69063] [PATCH 2/2] gnu: tilda: Remove version 1.6-alpha Suhail via Guix-patches via
2024-02-14 15:57 ` bug#69063: [PATCH 0/2] Update Tilda to 2.0.0 Sharlatan Hellseher

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

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

  git send-email \
    --in-reply-to=e0d0cd754597b18b45fb9f836b50c012be14dcaf.1707686681.git.suhail@bayesians.ca \
    --to=guix-patches@gnu.org \
    --cc=69063@debbugs.gnu.org \
    --cc=suhail@bayesians.ca \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.