gnu: emacs-annalist: Update to 1.0.1.

* gnu/packages/emacs-xyz.scm (emacs-annalist): Update to 1.0.1.
This commit is contained in:
Nicolas Goaziou 2021-02-17 15:08:07 +01:00
parent fe0ab60274
commit 4f6934a22e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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