all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adam Faiz via Guix-patches via <guix-patches@gnu.org>
To: 67929@debbugs.gnu.org
Subject: [bug#67929] [PATCH] gnu: gnunet-gtk: Update to 0.20.0.
Date: Wed, 20 Dec 2023 21:19:12 +0800	[thread overview]
Message-ID: <8e463683-746d-b79b-04d2-86ddaa2d66fe@disroot.org> (raw)
In-Reply-To: <c3b78809-5dd8-405c-a07c-4fa47baeca9d@disroot.org>

From 6c236c592df19019de3570a2f092e68c152009db Mon Sep 17 00:00:00 2001
Message-ID: <6c236c592df19019de3570a2f092e68c152009db.1703077981.git.adam.faiz@disroot.org>
In-Reply-To: <78951c0cfc8639b6adb2e06fce223b5ec736904a.1703077981.git.adam.faiz@disroot.org>
References: <78951c0cfc8639b6adb2e06fce223b5ec736904a.1703077981.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Wed, 20 Dec 2023 21:11:50 +0800
Subject: [PATCH] gnu: gnunet-gtk: Update to 0.20.0.

* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.20.0.
---
 gnu/packages/gnunet.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 1f53e2c788..fd101a8acf 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -443,14 +443,14 @@ (define-public gnunet-scheme
 (define-public gnunet-gtk
   (package (inherit gnunet)
     (name "gnunet-gtk")
-    (version "0.19.0")
+    (version "0.20.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0z2731l69vnfsa0cdsw8wh8g1d08wz15y5n0a58qjpf7baric01k"))))
+                "0bandj2f24v4wfq1v5j73zn5jp25dn8r7y0wd7znlkmbh86fb4g9"))))
     (arguments
      (list #:configure-flags
            #~(list "--with-libunique"
-- 
2.41.0




  reply	other threads:[~2023-12-20 13:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-20 13:17 [bug#67929] [PATCH] gnu: gnunet: Update to 0.20.0 Adam Faiz via Guix-patches via
2023-12-20 13:19 ` Adam Faiz via Guix-patches via [this message]
2023-12-29 11:19 ` bug#67929: " Guillaume Le Vaillant

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=8e463683-746d-b79b-04d2-86ddaa2d66fe@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=67929@debbugs.gnu.org \
    --cc=adam.faiz@disroot.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 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.