diff options
author | Leo Famulari <leo@famulari.name> | 2023-12-16 16:06:15 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-12-29 14:57:29 -0500 |
commit | ceb69872881ed9cdabc0e55c28cca548379dbb5e (patch) | |
tree | 54f8243b153a6d7303f2c27b0142449c128da9de /gnu/packages | |
parent | a14a94deb218f459dc8a3139ef6e25f15c822463 (diff) | |
download | guix-ceb69872881ed9cdabc0e55c28cca548379dbb5e.tar.gz guix-ceb69872881ed9cdabc0e55c28cca548379dbb5e.zip |
gnu: tremc: Update to 0.9.3-1.d8deaa5.
* gnu/packages/bittorrent.scm (tremc): Update to 0.9.3-1.d8deaa5.
Change-Id: Ib138825770172c02eaa91ced5f226fd87c7cfb1c
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bittorrent.scm | 6 |
1 files 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 |