gnu: libtorrent-rasterbar: Update to 1.2.8.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.8.
This commit is contained in:
		
							parent
							
								
									a7e3aec0b3
								
							
						
					
					
						commit
						2d25c635f2
					
				
					 1 changed files with 10 additions and 11 deletions
				
			
		|  | @ -375,17 +375,16 @@ and will take advantage of multiple processor cores where possible.") | |||
| (define-public libtorrent-rasterbar | ||||
|   (package | ||||
|     (name "libtorrent-rasterbar") | ||||
|     (version "1.2.7") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri | ||||
|                (string-append | ||||
|                 "https://github.com/arvidn/libtorrent/releases/download/libtorrent_" | ||||
|                 (string-join (string-split version #\.) "_") | ||||
|                 "/libtorrent-rasterbar-" version ".tar.gz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "001g35janbxi20c7jzsf3ii9mkagz4kdsp7f3sz5r0n0cng0c05w")))) | ||||
|     (version "1.2.8") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri | ||||
|         (string-append "https://github.com/arvidn/libtorrent/" | ||||
|                        "releases/download/libtorrent-" version "/" | ||||
|                        "libtorrent-rasterbar-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 "1phn4klzvfzvidv5g566pnrrxj8l0givpy6s4r17d45wznqxc006")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      `(#:configure-flags | ||||
|  |  | |||
		Reference in a new issue