diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-14 05:16:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-15 03:19:17 +0100 |
commit | 06d2a63c159e99a450774c0a9d77b8c48318c650 (patch) | |
tree | 79d28b77a5f1ab513a96da58c5309a4c905d5e6e /gnu | |
parent | c115b2dbe006906b06d7291a745c1d4733a37db4 (diff) | |
download | patches-06d2a63c159e99a450774c0a9d77b8c48318c650.tar patches-06d2a63c159e99a450774c0a9d77b8c48318c650.tar.gz |
gnu: aria2: Update to 1.33.1.
* gnu/packages/bittorrent.scm (aria2): Update 1.33.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bittorrent.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 9fbe0ce562..cad8b667bb 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name> ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Tomáš Čech <sleep_walker@gnu.org> -;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017 Jelle Licht <jlicht@fsfe.org> ;;; ;;; This file is part of GNU Guix. @@ -266,7 +266,7 @@ maintained upstream.") (define-public aria2 (package (name "aria2") - (version "1.33.0") + (version "1.33.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/tatsuhiro-t/aria2/" @@ -274,7 +274,7 @@ maintained upstream.") name "-" version ".tar.xz")) (sha256 (base32 - "132bhzrkiblxq5gkp597grfamnxkp1wiy2p22zajvkh7zp13yvlr")))) + "06syqxia701dk96rcbhnd4x0arjj6d22gm3aqksz38am9y2f8f95")))) (build-system gnu-build-system) (arguments `(#:configure-flags (list "--enable-libaria2" |