mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
fe0ab60274
commit
4f6934a22e
1 changed files with 31 additions and 33 deletions
|
@ -20730,19 +20730,17 @@ other frame parameters.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-annalist
|
(define-public emacs-annalist
|
||||||
(let ((commit "e0601539c9ac0171a684ea3ff6266d215d1d08e6")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-annalist")
|
(name "emacs-annalist")
|
||||||
(version (git-version "1.0.0" revision commit))
|
(version "1.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/noctuid/annalist.el")
|
(url "https://github.com/noctuid/annalist.el")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10bmimdzpi6cql4sb2hbgdvrza83xbac50bi9qng4z662pfnlaam"))
|
"1jlb5w4972l8m2aa18q2l6arfpm65g4nk21dn1yi8c9dbpk2g67c"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -20763,7 +20761,7 @@ other frame parameters.")
|
||||||
(synopsis "Record and display information with Org headings and tables")
|
(synopsis "Record and display information with Org headings and tables")
|
||||||
(description "This package allows for keybindings, settings, hooks, and
|
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue