guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: tremc: Update to 0.9.3-1.d8deaa5.


From: guix-commits
Subject: 01/02: gnu: tremc: Update to 0.9.3-1.d8deaa5.
Date: Fri, 29 Dec 2023 14:58:57 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit ceb69872881ed9cdabc0e55c28cca548379dbb5e
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Dec 16 16:06:15 2023 -0500

    gnu: tremc: Update to 0.9.3-1.d8deaa5.
    
    * gnu/packages/bittorrent.scm (tremc): Update to 0.9.3-1.d8deaa5.
    
    Change-Id: Ib138825770172c02eaa91ced5f226fd87c7cfb1c
---
 gnu/packages/bittorrent.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 8c032940d4..91c29c3af7 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -253,8 +253,8 @@ XML-RPC over SCGI.")
     (license l:gpl2+)))
 
 (define-public tremc
-  (let ((commit "6c15e3f5637c8f3641473328bd8c5b0cc122d930")
-        (revision "0"))
+  (let ((commit "d8deaa5ac25bb45a2ca3a930309d6ecc74836a54")
+        (revision "1"))
   (package
     (name "tremc")
     (version (git-version "0.9.3" revision commit))
@@ -267,7 +267,7 @@ XML-RPC over SCGI.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1anlqzbwgmhrxlh20pfzf4iyw5l2w227h95rq6xf29ai7vddr82k"))))
+         "08kpqmgisja98918f2hlmdrld5662dqlkssp0pqlki38l6fvbj7r"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite



reply via email to

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