guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-org-contrib: Update to 20200908.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-contrib: Update to 20200908.
Date: Wed, 09 Sep 2020 08:30:18 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 057d584  gnu: emacs-org-contrib: Update to 20200908.
057d584 is described below

commit 057d584b981d9a3293be03ee863d40a61c8aae74
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Sep 9 14:29:35 2020 +0200

    gnu: emacs-org-contrib: Update to 20200908.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20200908.
---
 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 f778838..76bdff9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9658,14 +9658,14 @@ programming and reproducible research.")
   (package
     (inherit emacs-org)
     (name "emacs-org-contrib")
-    (version "20200907")
+    (version "20200908")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://orgmode.org/elpa/";
                            "org-plus-contrib-" version ".tar"))
        (sha256
-        (base32 "1f2471klf0v90irpp80413y4v6mhf9bwmrirdilk7qz2p1l6wf4z"))))
+        (base32 "1rgk3pwhsmbmwlncg60ahwrrkm1ks4xpwy2wzv9q7myl1aihjj54"))))
     (arguments
      `(#:modules ((guix build emacs-build-system)
                   (guix build utils)



reply via email to

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