guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libtorrent-rasterbar: Update to 1.2.7.


From: guix-commits
Subject: branch master updated: gnu: libtorrent-rasterbar: Update to 1.2.7.
Date: Sun, 19 Jul 2020 16:10:36 -0400

This is an automated email from the git hooks/post-receive script.

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c15a2cd  gnu: libtorrent-rasterbar: Update to 1.2.7.
c15a2cd is described below

commit c15a2cd906d93ad9f55090c1e30d7d9845fcddf2
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sun Jul 19 15:09:57 2020 -0500

    gnu: libtorrent-rasterbar: Update to 1.2.7.
    
    * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.7.
    
    [source]: Modify the URL.
---
 gnu/packages/bittorrent.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index b124e17..9cf8e2e 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2018 Fis Trivial <ybbs.daans@hotmail.com>
 ;;; Copyright © 2018 Nam Nguyen <namn@berkeley.edu>
 ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
+;;; Copyright © 2019, 2020 Brett Gilio <brettg@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -375,17 +375,17 @@ and will take advantage of multiple processor cores where 
possible.")
 (define-public libtorrent-rasterbar
   (package
     (name "libtorrent-rasterbar")
-    (version "1.1.14")
+    (version "1.2.7")
     (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
-                "0sn3ingmk1lk9p56f9ifgdwhjg0qizcfgv15wyc9s71nm5fya7sc"))))
+                "001g35janbxi20c7jzsf3ii9mkagz4kdsp7f3sz5r0n0cng0c05w"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]