mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-org-sidebar: Update to 0.1-1.ed951d1.
* gnu/packages/emacs-xyz.scm (emacs-org-sidebar): Update to 0.1-1.ed951d1. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
663bc5ded8
commit
0b95986aaf
1 changed files with 2 additions and 2 deletions
|
@ -4257,7 +4257,7 @@ (define-public emacs-org-pomodoro
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-org-sidebar
|
||||
(let ((commit "74ca98b9920f3de3f13d49866581435e1ec63ec5")
|
||||
(let ((commit "ed951d1e0d8b7e65ed35797403fd3e8c88f507f5")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-org-sidebar")
|
||||
|
@ -4270,7 +4270,7 @@ (define-public emacs-org-sidebar
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "03p1ndyw2qp2skib5hszc4xyh84w7p2mhkd4a9dy6qv8q47xpsqn"))))
|
||||
(base32 "01sf8v53pjsy80fzwmj2n8rp2z5gsnpyld0fm6j3bdv213clp69y"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-dash" ,emacs-dash)
|
||||
|
|
Loading…
Reference in a new issue