gnu: gnurl: Update to 7.50.3.

* gnu/packages/gnunet.scm (gnurl): Update to 7.50.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
ng0 2016-09-14 19:36:03 +00:00 committed by Leo Famulari
parent 253745d756
commit 991847748a
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -158,7 +158,7 @@ and support for SSL3 and TLS.")
(define-public gnurl
(package
(name "gnurl")
(version "7.50.2-1")
(version "7.50.3")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@ -167,7 +167,7 @@ and support for SSL3 and TLS.")
name "-" version-with-underscores ".tar.bz2")))
(sha256
(base32
"0bxm2015xvcazgh103hi5rpdnl2hbipx0gd5z6a65bj6nzky0pml"))))
"07ij9mj60kpfrmi0436k14b1d1idsj79nk4w5h3bia69arzp2cnk"))))
(build-system gnu-build-system)
(inputs `(("gnutls" ,gnutls)
("libidn" ,libidn)