GNU bug report logs - #40677
Jami

Previous Next

Package: guix-patches;

Reported by: Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>

Date: Fri, 17 Apr 2020 00:02:01 UTC

Severity: normal

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>
Cc: 40677 <at> debbugs.gnu.org
Subject: [bug#40677] [PATCH 08/30] gnu: libupnp: Bump to 1.8.6; change the download method to git-fetch; add missing dependencies.
Date: Sat, 18 Apr 2020 14:37:33 +0200
Do not forget to add your copyright on top of the file.

> -      (method url-fetch)
> -      (uri (string-append "mirror://sourceforge/pupnp/pupnp/libUPnP%20"
> -                          version "/" name "-" version ".tar.bz2"))
> +      (method git-fetch)
> +      (uri (git-reference
> +	    (url "https://github.com/mrjimenez/pupnp.git")
> +	    (commit (string-append "release-" version))))

Seems that this url is redirected to https://github.com/pupnp/pupnp.

>        (sha256
>         (base32
> -        "0hzsd7rvfa87b4hxg9yj4xhdfxx9sp09r9sqdl3mqhvmcyw018y5"))))
> +        "1jlb6qh47513h2simy0zxia5q61w1c31mnwmjqpr2nf832lmnpk4"))))
> +       (native-inputs
> +	`(("autoconf" ,autoconf)
> +	  ("automake" ,automake)
> +	  ("libtool" ,libtool)
> +	  ("pkg-config" ,pkg-config)))

There's a mix of tab and space characters here.

Thanks,

Mathieu




This bug report was last modified 5 years and 7 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.