mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-org-sidebar: Update to 0.3.2.
* gnu/packages/emacs-xyz.scm (emacs-org-sidebar): Update to 0.3.2.
This commit is contained in:
parent
ca11bbc8f3
commit
cfc2ad03fa
1 changed files with 2 additions and 2 deletions
|
@ -6309,7 +6309,7 @@ (define-public emacs-org-pomodoro
|
||||||
(define-public emacs-org-sidebar
|
(define-public emacs-org-sidebar
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-sidebar")
|
(name "emacs-org-sidebar")
|
||||||
(version "0.2")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6318,7 +6318,7 @@ (define-public emacs-org-sidebar
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "106h06vjfbqfj761vbxwymd6612ds8c6fk053yzgbrqzm3hn2c03"))))
|
(base32 "1r8kp954ciin4j7j7j8ihdkryf5x09s3ryl7bi9h2j6xqc1ij4wq"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
|
Loading…
Reference in a new issue