gnu: libtorrent-rasterbar: Update to 1.1.13.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.13.
This commit is contained in:
Marius Bakke 2019-05-04 19:05:05 +02:00
parent 3a32be71eb
commit 3fde051bfd
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -377,17 +377,17 @@ (define-public mktorrent
(define-public libtorrent-rasterbar
(package
(name "libtorrent-rasterbar")
(version "1.1.11")
(version "1.1.13")
(source (origin
(method url-fetch)
(uri
(string-append
"https://github.com/arvidn/libtorrent/releases/download/libtorrent_"
"https://github.com/arvidn/libtorrent/releases/download/libtorrent-"
(string-join (string-split version #\.) "_")
"/libtorrent-rasterbar-" version ".tar.gz"))
(sha256
(base32
"0isqidr11fnhybr0wvk0qxd97jaikmh8fx9h89b84yd2gyxdw8vw"))))
"1mza92ljjqvlz9582pmls3n45srqhxvw3q348xihcg4fhlchf11h"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags