diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-21 00:25:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-21 02:53:16 +0100 |
commit | 835a148ff3710c7c4c2d9210aeb8c7482195bd4f (patch) | |
tree | b98af9b785ef474707b9d712e5ac0f6db2111947 /gnu/packages/bittorrent.scm | |
parent | d5ae997aafd4470e14c6f97f30ee92655d0f6d05 (diff) | |
download | patches-835a148ff3710c7c4c2d9210aeb8c7482195bd4f.tar patches-835a148ff3710c7c4c2d9210aeb8c7482195bd4f.tar.gz |
gnu: libtorrent-rasterbar: Update to 1.1.6.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.6.
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-rw-r--r-- | gnu/packages/bittorrent.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 1c6e512487..9f09c9836e 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -374,7 +374,7 @@ and will take advantage of multiple processor cores where possible.") (define-public libtorrent-rasterbar (package (name "libtorrent-rasterbar") - (version "1.1.5") + (version "1.1.6") (source (origin (method url-fetch) (uri @@ -384,7 +384,7 @@ and will take advantage of multiple processor cores where possible.") "/libtorrent-rasterbar-" version ".tar.gz")) (sha256 (base32 - "0c398b7hsa5dvj4m0jc8h7mn0m3nawmagb6c5c7ml5c9hc338c8h")))) + "1vr1a7smkwh7dc7jb9n68i0cg59wxhgywxc9kxpbs8fi9c04vixp")))) (build-system gnu-build-system) (arguments `(#:configure-flags |