[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org-webring: Update to 1.9.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org-webring: Update to 1.9. |
Date: |
Fri, 16 Oct 2020 20:48:19 -0400 |
This is an automated email from the git hooks/post-receive script.
brettgilio pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d2eb890 gnu: emacs-org-webring: Update to 1.9.
d2eb890 is described below
commit d2eb8900570bd8504c47f49646d31d658d50c7ca
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Fri Oct 16 19:47:47 2020 -0500
gnu: emacs-org-webring: Update to 1.9.
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.9.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2df05e9..233b266 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24832,7 +24832,7 @@ picked up when copy-pasting text from buffer to
buffer.")
(define-public emacs-org-webring
(package
(name "emacs-org-webring")
- (version "1.6")
+ (version "1.9")
(source
(origin
(method git-fetch)
@@ -24842,7 +24842,7 @@ picked up when copy-pasting text from buffer to
buffer.")
(file-name (git-file-name name version))
(sha256
(base32
- "00d7jqsbfa08rhyv3ry87rgy9ikv233spn4rz0d3riy0bp7b7j6b"))))
+ "09lm2h5d6xcdwilbmi6xs4qz33d0442m9iys9k36q9vhhakl7w4x"))))
(build-system emacs-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-org-webring: Update to 1.9.,
guix-commits <=