guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fa584635f991c89255e0590c38d401e6bbe8e9e4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Dec 28 13:31:58 2025 +0000

    gnu: Remove libtorrent-rasterbar-1.2.
    
    * gnu/packages/bittorrent.scm (libtorrent-rasterbar-1.2): Delete variable.
    
    Fixes: guix/guix#4446
    Change-Id: I6e1b6676e69f785703ffaf1c37ed9356667ace33
---
 gnu/packages/bittorrent.scm | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 506800d441..17e04c5d6b 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -540,20 +540,6 @@ focusing on efficiency and scalability.  It runs on 
embedded devices as well as
 desktops.")
     (license l:bsd-2)))
 
-(define-public libtorrent-rasterbar-1.2
-  (package
-    (inherit libtorrent-rasterbar)
-    (version "1.2.20")
-    (source
-     (origin
-       (method url-fetch)
-       (uri
-        (string-append "https://github.com/arvidn/libtorrent/";
-                       "releases/download/v" version "/"
-                       "libtorrent-rasterbar-" version ".tar.gz"))
-       (sha256
-        (base32 "1z5rdynzxcm6wb7v48ssfbwjairbjacb8rjix5fn70fw4668xgyc"))))))
-
 (define-public qbittorrent
   (package
     (name "qbittorrent")

Reply via email to