guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-zotxt: Update to 5.0.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-zotxt: Update to 5.0.5.
Date: Wed, 17 Feb 2021 08:43:02 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fd654c4  gnu: emacs-zotxt: Update to 5.0.5.
fd654c4 is described below

commit fd654c47e8a9f4c4287b54062eaf8b7b10200f76
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 14:42:33 2021 +0100

    gnu: emacs-zotxt: Update to 5.0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-zotxt): Update to 5.0.5.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 215331f..4318ff0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18578,16 +18578,16 @@ calendar.")
 (define-public emacs-zotxt
   (package
     (name "emacs-zotxt")
-    (version "20180518")
+    (version "5.0.5")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/egh/zotxt-emacs";)
-             (commit "23a4a9f74a658222027d53a9a83cd4bcc583ca8b")))
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "09fq3w9yk9kn6bz7y9kgpiw612dvj3yzsdk734js6zgb0p8lfd2c"))))
+        (base32 "1zr67h0w49rsi84mgf6jdili28h8782q6vjl8za0iq1hcx9zqxyf"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-deferred" ,emacs-deferred)



reply via email to

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