Archived
1
0
Fork 0

gnu: libtorrent-rasterbar: Update to 1.2.8.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.8.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-11 15:08:28 +02:00
parent a7e3aec0b3
commit 2d25c635f2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -375,17 +375,16 @@ and will take advantage of multiple processor cores where possible.")
(define-public libtorrent-rasterbar (define-public libtorrent-rasterbar
(package (package
(name "libtorrent-rasterbar") (name "libtorrent-rasterbar")
(version "1.2.7") (version "1.2.8")
(source (origin (source
(method url-fetch) (origin
(uri (method url-fetch)
(string-append (uri
"https://github.com/arvidn/libtorrent/releases/download/libtorrent_" (string-append "https://github.com/arvidn/libtorrent/"
(string-join (string-split version #\.) "_") "releases/download/libtorrent-" version "/"
"/libtorrent-rasterbar-" version ".tar.gz")) "libtorrent-rasterbar-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1phn4klzvfzvidv5g566pnrrxj8l0givpy6s4r17d45wznqxc006"))))
"001g35janbxi20c7jzsf3ii9mkagz4kdsp7f3sz5r0n0cng0c05w"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags