guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-transmission: Update to 0.12.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-transmission: Update to 0.12.2.
Date: Mon, 14 Dec 2020 19:21:34 -0500

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 bd740f7  gnu: emacs-transmission: Update to 0.12.2.
bd740f7 is described below

commit bd740f77ffa0511aded249f4ed32c48f682f3852
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Mon Dec 14 18:21:15 2020 -0600

    gnu: emacs-transmission: Update to 0.12.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-transmission): Update to 0.12.2.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 47c28e5..bafd7b8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13450,7 +13450,7 @@ in a generalized CSV (character-separated values) 
format.")
 (define-public emacs-transmission
   (package
     (name "emacs-transmission")
-    (version "0.12.1")
+    (version "0.12.2")
     (source
      (origin
        (method git-fetch)
@@ -13459,7 +13459,7 @@ in a generalized CSV (character-separated values) 
format.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0kvg2gawsgy440x1fsl2c4pkxwp3zirq9rzixanklk0ryijhd3ry"))))
+        (base32 "16bn8y2sd7kzihp8bxh4vyay16y91q3yc0gcd0bzywcx3hijqlfc"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/holomorph/transmission";)
     (synopsis "Emacs interface to a Transmission session")



reply via email to

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