diff mbox series

[bug#43740] gnu: gnunet: Update to 0.13.3.

Message ID 20201001112853.ofrcraq5enqbm3bb@rafflesia
State Accepted
Headers show
Series [bug#43740] gnu: gnunet: Update to 0.13.3. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Tanguy LE CARROUR Oct. 1, 2020, 11:28 a.m. UTC
From e179903ac890b31e96eafa35067892f3c14f0ec8 Mon Sep 17 00:00:00 2001
From: Tanguy Le Carrour <tanguy@bioneland.org>
Date: Wed, 19 Aug 2020 14:47:26 +0200
Subject: [PATCH] gnu: gnunet: Update to 0.13.3.

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

Comments

Michael Rohleder Oct. 1, 2020, 12:02 p.m. UTC | #1
Hi!

Thanks for the patch.
I think, it has been send already:
https://issues.guix.gnu.org/43256
Tanguy LE CARROUR Oct. 1, 2020, 12:49 p.m. UTC | #2
Hi!

Le 10/01, Michael Rohleder a écrit :
> Thanks for the patch.
> I think, it has been send already:
> https://issues.guix.gnu.org/43256

Sorry for the duplicate! Thanks for noticing!
diff mbox series

Patch

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index f321e624af..2e94f3784b 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -256,7 +256,7 @@  supports HTTP, HTTPS and GnuTLS.")
 (define-public gnunet
   (package
    (name "gnunet")
-   (version "0.13.1")
+   (version "0.13.3")
    (source
     (origin
       (method url-fetch)
@@ -264,7 +264,7 @@  supports HTTP, HTTPS and GnuTLS.")
                           ".tar.gz"))
       (sha256
        (base32
-        "15jnca5zxng7r6m3qzq9lr73xxq0v6mvcp0lny3zrlkz5s2nmmq3"))))
+        "15lj359zqga58svd9ifvljwsxshn2fqq4p9qnkiqq6jd2g20d3ii"))))
    (build-system gnu-build-system)
    (inputs
     `(("bluez" ,bluez)