gnu: aria2: Update to 1.29.0.

* gnu/packages/bittorrent.scm (aria2): Update to 1.29.0.
This commit is contained in:
Efraim Flashner 2016-11-17 07:25:31 +02:00
parent 2f63e087fe
commit ca569eb89f
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -207,7 +207,7 @@ (define-public transmission-remote-cli
(define-public aria2
(package
(name "aria2")
(version "1.28.0")
(version "1.29.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/tatsuhiro-t/aria2/"
@ -215,7 +215,7 @@ (define-public aria2
name "-" version ".tar.xz"))
(sha256
(base32
"1w3jblfxqg30n3ndh2wrbhbddcg92lrgcx438qiwzamrayjjb8g0"))))
"0bn8j6yhjnsxlxr1cdxw39gphvsrk3qhvvq92rsirxjvwwix0r0s"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-libaria2"