diff mbox series

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

Message ID 20200907113244.20298-1-mail@brendan.scot
State Accepted
Headers show
Series [bug#43256] 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 success View Laminar job

Commit Message

Brendan Tildesley Sept. 7, 2020, 11:32 a.m. UTC
* 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 Sept. 7, 2020, 12:52 p.m. UTC | #1
Brendan Tildesley <mail@brendan.scot> writes:
> * gnu/packages/gnunet.scm (gnunet): Update to 0.13.3.

If I remeber right, the problem with this bump is that
gnunet-gtk doesn't build anymore... ;(
Brendan Tildesley Sept. 7, 2020, 12:53 p.m. UTC | #2
On 7/9/20 10:50 pm, Michael Rohleder wrote:
> Brendan Tildesley <mail@brendan.scot> writes:
>> * gnu/packages/gnunet.scm (gnunet): Update to 0.13.3.
> If I remeber right, the problem with this bump is that
> gnunet-gtk doesn't build anymore... ;(
>
Ah ok... I guess we wait for a new gnunet-gtk release then ^.^ Should I 
leave this here or close it?
Michael Rohleder Sept. 7, 2020, 1:14 p.m. UTC | #3
Brendan Tildesley <mail@brendan.scot> writes:
>>> * gnu/packages/gnunet.scm (gnunet): Update to 0.13.3.
>> If I remeber right, the problem with this bump is that
>> gnunet-gtk doesn't build anymore... ;(
>>
> Ah ok... I guess we wait for a new gnunet-gtk release then ^.^ Should
> I leave this here or close it?

Hmm, idk.

Currently gnunet-gtk compiles, but it doesn't realy work (and I'm still
trying to understand why/fix it...), so we don't loose very much if it fails
to build.

On the other hand, we could just wait for a new release and push both
bump's together.

I tend to the latter as you suggested and close this, but I'm not sure.
Brendan Tildesley May 8, 2021, 1:57 a.m. UTC | #4
Superseded by https://issues.guix.gnu.org/45875 https://issues.guix.gnu.org/45875 , and 0.14.1 is out.
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)