gnu: aria2: Update to 1.33.0.

* gnu/packages/bittorrent.scm (aria2): Update to 1.33.0.
This commit is contained in:
Efraim Flashner 2017-11-05 22:31:59 +02:00
parent 08e1f38ddd
commit 8f4e3b95df
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -265,7 +265,7 @@ (define-public transmission-remote-cli
(define-public aria2
(package
(name "aria2")
(version "1.32.0")
(version "1.33.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/tatsuhiro-t/aria2/"
@ -273,7 +273,7 @@ (define-public aria2
name "-" version ".tar.xz"))
(sha256
(base32
"0l6whbbcw1qijlczlfqi3mhba3zki0ybjb2prrgncp8km6a92vjl"))))
"132bhzrkiblxq5gkp597grfamnxkp1wiy2p22zajvkh7zp13yvlr"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-libaria2"