unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43256] [PATCH] gnu: gnunet: Update to 0.13.3.
@ 2020-09-07 11:32 Brendan Tildesley
  2020-09-07 12:52 ` Michael Rohleder
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Brendan Tildesley @ 2020-09-07 11:32 UTC (permalink / raw)
  To: 43256

* gnu/packages/gnunet.scm (gnunet): Update to 0.13.3.
---
 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 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)
-- 
2.28.0





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#43256] [PATCH] gnu: gnunet: Update to 0.13.3.
  2020-09-07 11:32 [bug#43256] [PATCH] gnu: gnunet: Update to 0.13.3 Brendan Tildesley
@ 2020-09-07 12:52 ` Michael Rohleder
       [not found] ` <87eendu4x4.fsf@rohleder.de>
  2021-05-08  1:57 ` bug#43256: " Brendan Tildesley
  2 siblings, 0 replies; 5+ messages in thread
From: Michael Rohleder @ 2020-09-07 12:52 UTC (permalink / raw)
  To: 43256

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... ;(


-- 
A lifetime isn't nearly long enough to figure out what it's all about.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#43256] [PATCH] gnu: gnunet: Update to 0.13.3.
       [not found] ` <87eendu4x4.fsf@rohleder.de>
@ 2020-09-07 12:53   ` Brendan Tildesley
  2020-09-07 13:14     ` Michael Rohleder
  0 siblings, 1 reply; 5+ messages in thread
From: Brendan Tildesley @ 2020-09-07 12:53 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 43256

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?





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#43256] [PATCH] gnu: gnunet: Update to 0.13.3.
  2020-09-07 12:53   ` Brendan Tildesley
@ 2020-09-07 13:14     ` Michael Rohleder
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Rohleder @ 2020-09-07 13:14 UTC (permalink / raw)
  To: Brendan Tildesley; +Cc: 43256

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.

-- 
Lachen und Laecheln sind Tor und Pforte durch die viel Gutes in den
Menschen hineinhuschen kann. (Christian Morgenstern)




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#43256: [PATCH] gnu: gnunet: Update to 0.13.3.
  2020-09-07 11:32 [bug#43256] [PATCH] gnu: gnunet: Update to 0.13.3 Brendan Tildesley
  2020-09-07 12:52 ` Michael Rohleder
       [not found] ` <87eendu4x4.fsf@rohleder.de>
@ 2021-05-08  1:57 ` Brendan Tildesley
  2 siblings, 0 replies; 5+ messages in thread
From: Brendan Tildesley @ 2021-05-08  1:57 UTC (permalink / raw)
  To: 43256-close@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 103 bytes --]

Superseded by https://issues.guix.gnu.org/45875 https://issues.guix.gnu.org/45875 , and 0.14.1 is out.

[-- Attachment #2: Type: text/html, Size: 267 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-08  2:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-07 11:32 [bug#43256] [PATCH] gnu: gnunet: Update to 0.13.3 Brendan Tildesley
2020-09-07 12:52 ` Michael Rohleder
     [not found] ` <87eendu4x4.fsf@rohleder.de>
2020-09-07 12:53   ` Brendan Tildesley
2020-09-07 13:14     ` Michael Rohleder
2021-05-08  1:57 ` bug#43256: " Brendan Tildesley

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).