guix-commits
[Top][All Lists]
Advanced

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

16/27: gnu: aria2: Update to 1.36.0.


From: guix-commits
Subject: 16/27: gnu: aria2: Update to 1.36.0.
Date: Fri, 14 Jan 2022 04:43:43 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 161091f0537b4fc86fc606f73970b25ed52fee14
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 13 17:16:40 2022 +0200

    gnu: aria2: Update to 1.36.0.
    
    * gnu/packages/bittorrent.scm (aria2): Update to 1.36.0.
---
 gnu/packages/bittorrent.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 7716bcc88b..3f4aaeebb9 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -297,7 +297,7 @@ maintained upstream.")
 (define-public aria2
   (package
     (name "aria2")
-    (version "1.35.0")
+    (version "1.36.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/aria2/aria2/releases/";
@@ -305,7 +305,7 @@ maintained upstream.")
                                   "/aria2-" version ".tar.xz"))
               (sha256
                (base32
-                "1zbxc517d97lb96f15xcy4l7b66grxrp3h2ids2jiwkaip87yaqy"))))
+                "1987x4ywnnrhhfs9hi2h820c200d7nas9nd35414yh0jiihfglaq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--enable-libaria2"
@@ -320,8 +320,7 @@ maintained upstream.")
                 (string-append "// " text)))
              (substitute* "test/LpdMessageReceiverTest.cc"
                
(("CPPUNIT_TEST_SUITE_REGISTRATION\\(LpdMessageReceiverTest\\);" text)
-                (string-append "// " text)))
-             #t)))))
+                (string-append "// " text))))))))
     (native-inputs
      (list cppunit ; for the tests
            pkg-config))



reply via email to

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