[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org-webring: Update to 1.9.7-rc3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org-webring: Update to 1.9.7-rc3. |
Date: |
Sat, 24 Oct 2020 19:53:09 -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 a4c14ef gnu: emacs-org-webring: Update to 1.9.7-rc3.
a4c14ef is described below
commit a4c14ef5f6c76e3678a2e0d520cf56ffd12376d9
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sat Oct 24 18:52:44 2020 -0500
gnu: emacs-org-webring: Update to 1.9.7-rc3.
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.9.7-rc3.
---
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 871e2e1..7dba5c5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24939,7 +24939,7 @@ picked up when copy-pasting text from buffer to
buffer.")
(define-public emacs-org-webring
(package
(name "emacs-org-webring")
- (version "1.9.6-rc2")
+ (version "1.9.7-rc3")
(source
(origin
(method git-fetch)
@@ -24949,7 +24949,7 @@ picked up when copy-pasting text from buffer to
buffer.")
(file-name (git-file-name name version))
(sha256
(base32
- "0ap4d9j4y1bnpkpw775h30pfvvymrmi63s2v4mgkhamyh8w82krd"))))
+ "0p6s7cjq8mgbxjp002hv3gaallv2k4ssnfxkqggaqpqnzpc08hxj"))))
(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.7-rc3.,
guix-commits <=