guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-org-webring: Update to 1.6.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-webring: Update to 1.6.
Date: Tue, 01 Sep 2020 16:06:28 -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 2da616c  gnu: emacs-org-webring: Update to 1.6.
2da616c is described below

commit 2da616c9394ad69918d8b16bc1e091a3481bdec0
Author: Alexandru-Sergiu Marton <brown121407@posteo.ro>
AuthorDate: Wed Sep 2 00:55:26 2020 +0300

    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>
---
 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 c3d9fca..7db50c7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24400,7 +24400,7 @@ picked up when copy-pasting text from buffer to 
buffer.")
 (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 @@ picked up when copy-pasting text from buffer to 
buffer.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1snxkp2rc48y4gmc5arslfg06yf2a2axln4gvi4piiz1cvcva9gy"))))
+         "00d7jqsbfa08rhyv3ry87rgy9ikv233spn4rz0d3riy0bp7b7j6b"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]