guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-annalist: Update to 1.0.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-annalist: Update to 1.0.1.
Date: Wed, 17 Feb 2021 09:08:36 -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 4f6934a  gnu: emacs-annalist: Update to 1.0.1.
4f6934a is described below

commit 4f6934a22e689861c70f7a521a070505da1fdb48
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 15:08:07 2021 +0100

    gnu: emacs-annalist: Update to 1.0.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-annalist): Update to 1.0.1.
---
 gnu/packages/emacs-xyz.scm | 64 ++++++++++++++++++++++------------------------
 1 file changed, 31 insertions(+), 33 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6474223..9f3416b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20730,40 +20730,38 @@ other frame parameters.")
       (license license:gpl3+))))
 
 (define-public emacs-annalist
-  (let ((commit "e0601539c9ac0171a684ea3ff6266d215d1d08e6")
-        (revision "1"))
-    (package
-      (name "emacs-annalist")
-      (version (git-version "1.0.0" revision commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://github.com/noctuid/annalist.el";)
-                      (commit commit)))
-                (sha256
-                 (base32
-                  "10bmimdzpi6cql4sb2hbgdvrza83xbac50bi9qng4z662pfnlaam"))
-                (file-name (git-file-name name version))))
-      (build-system emacs-build-system)
-      (native-inputs
-       `(("emacs-buttercup" ,emacs-buttercup)
-         ("emacs-lispy" ,emacs-lispy)
-         ("emacs-evil" ,emacs-evil)))
-      (arguments
-       `(#:phases
-         (modify-phases %standard-phases
-           (add-before 'check 'fix-makefile
-             (lambda _
-               (substitute* "Makefile"
-                 (("cask exec ") ""))
-               #t)))
-         #:tests? #t
-         #:test-command '("make" "test")))
-      (home-page "https://github.com/noctuid/annalist.el";)
-      (synopsis "Record and display information with Org headings and tables")
-      (description "This package allows for keybindings, settings, hooks, and
+  (package
+    (name "emacs-annalist")
+    (version "1.0.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/noctuid/annalist.el";)
+                    (commit version)))
+              (sha256
+               (base32
+                "1jlb5w4972l8m2aa18q2l6arfpm65g4nk21dn1yi8c9dbpk2g67c"))
+              (file-name (git-file-name name version))))
+    (build-system emacs-build-system)
+    (native-inputs
+     `(("emacs-buttercup" ,emacs-buttercup)
+       ("emacs-lispy" ,emacs-lispy)
+       ("emacs-evil" ,emacs-evil)))
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'check 'fix-makefile
+           (lambda _
+             (substitute* "Makefile"
+               (("cask exec ") ""))
+             #t)))
+       #:tests? #t
+       #:test-command '("make" "test")))
+    (home-page "https://github.com/noctuid/annalist.el";)
+    (synopsis "Record and display information with Org headings and tables")
+    (description "This package allows for keybindings, settings, hooks, and
 advice to be recorded and displayed.")
-      (license license:gpl3+))))
+    (license license:gpl3+)))
 
 (define-public emacs-general
   (let ((commit "a0b17d207badf462311b2eef7c065b884462cb7c")



reply via email to

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