mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gnurl: Update to 7.69.1.
* gnu/packages/gnunet.scm (gnurl): Update to 7.69.1. [source](uri): Switch to ".tar.gz" archive.
This commit is contained in:
parent
2aaf76582d
commit
55d4526411
1 changed files with 3 additions and 3 deletions
|
@ -180,13 +180,13 @@ (define-public libmicrohttpd
|
|||
(define-public gnurl
|
||||
(package
|
||||
(name "gnurl")
|
||||
(version "7.67.0")
|
||||
(version "7.69.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/gnunet/" name "-" version ".tar.Z"))
|
||||
(uri (string-append "mirror://gnu/gnunet/gnurl-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ssjz2npr2zjvcpfz9qbaj92xc9ayg8wx4hyl132snl94qr2v670"))))
|
||||
"0x8m26y3klndis6a28j8i0b7ab04d38q3rmlvgaqa65bjhlfdrp0"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out"
|
||||
"doc")) ; 1.8 MiB of man3 pages
|
||||
|
|
Loading…
Reference in a new issue