[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org-webring: Update to 1.9.6-rc2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org-webring: Update to 1.9.6-rc2. |
Date: |
Thu, 22 Oct 2020 19:05:08 -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 ed9e501 gnu: emacs-org-webring: Update to 1.9.6-rc2.
ed9e501 is described below
commit ed9e50154b4f8490ded8f7667f4b9a7950545df6
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Thu Oct 22 18:04:08 2020 -0500
gnu: emacs-org-webring: Update to 1.9.6-rc2.
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.9.6-rc2.
---
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 49bb820..818db3e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24969,7 +24969,7 @@ picked up when copy-pasting text from buffer to
buffer.")
(define-public emacs-org-webring
(package
(name "emacs-org-webring")
- (version "1.9.5-rc1")
+ (version "1.9.6-rc2")
(source
(origin
(method git-fetch)
@@ -24979,7 +24979,7 @@ picked up when copy-pasting text from buffer to
buffer.")
(file-name (git-file-name name version))
(sha256
(base32
- "0pzzsb32ww1h8zyrw0ckpvzarlhqjcz9a7fh05dvm17s9225yg34"))))
+ "0ap4d9j4y1bnpkpw775h30pfvvymrmi63s2v4mgkhamyh8w82krd"))))
(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.6-rc2.,
guix-commits <=