[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org-webring: Update to 2.0.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org-webring: Update to 2.0.0. |
Date: |
Fri, 20 Nov 2020 18:59:07 -0500 |
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 74c4492 gnu: emacs-org-webring: Update to 2.0.0.
74c4492 is described below
commit 74c4492629f82aacb22e4eef87cb4e8c6c721f34
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Fri Nov 20 17:58:45 2020 -0600
gnu: emacs-org-webring: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 2.0.0.
---
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 19019d9..eac9cc9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25212,7 +25212,7 @@ picked up when copy-pasting text from buffer to
buffer.")
(define-public emacs-org-webring
(package
(name "emacs-org-webring")
- (version "1.9.8-rc4")
+ (version "2.0.0")
(source
(origin
(method git-fetch)
@@ -25222,7 +25222,7 @@ picked up when copy-pasting text from buffer to
buffer.")
(file-name (git-file-name name version))
(sha256
(base32
- "0z2q29i9ng2vkzb6qbwb0dzvz8yv44p0kg07lx59pcdbv7mznjmc"))))
+ "1si0jah7n2gvlvghjy5dpannqpkxni5rczfp1x2a4z6ydalr3bn5"))))
(build-system emacs-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-org-webring: Update to 2.0.0.,
guix-commits <=