mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: emacs-org-webring: Update to 1.6.
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.6. Signed-off-by: Brett Gilio <brettg@gnu.org>
This commit is contained in:
parent
a73ccefe31
commit
2da616c939
1 changed files with 2 additions and 2 deletions
|
@ -24400,7 +24400,7 @@ (define-public emacs-highlight
|
|||
(define-public emacs-org-webring
|
||||
(package
|
||||
(name "emacs-org-webring")
|
||||
(version "1.5")
|
||||
(version "1.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -24410,7 +24410,7 @@ (define-public emacs-org-webring
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1snxkp2rc48y4gmc5arslfg06yf2a2axln4gvi4piiz1cvcva9gy"))))
|
||||
"00d7jqsbfa08rhyv3ry87rgy9ikv233spn4rz0d3riy0bp7b7j6b"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue