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 20200126.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-contrib: Update to 20200126.
Date: Sun, 26 Jan 2020 18:02:55 -0500

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

ngz pushed a commit to branch master
in repository guix.

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

commit 2e4ea249a120202878e96d95f519c1c6fc003cfb
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon Jan 27 00:02:34 2020 +0100

    gnu: emacs-org-contrib: Update to 20200126.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20200126.
---
 gnu/packages/emacs-xyz.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fe1ed68..a528f37 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8073,14 +8073,14 @@ programming and reproducible research.")
   (package
     (inherit emacs-org)
     (name "emacs-org-contrib")
-    (version "20191226")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://orgmode.org/elpa/";
-                                  "org-plus-contrib-" version ".tar"))
-              (sha256
-               (base32
-                "08h6qiplvm7rvrb1pv2arwdlv6p31p0a6h0fk64kb79g6br8rk8i"))))
+    (version "20200126")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://orgmode.org/elpa/";
+                           "org-plus-contrib-" version ".tar"))
+       (sha256
+        (base32 "08yik0i8ya2x5j4vsnwxdcdlcxbiq58lvy30vcbdbf0hqrd40kjv"))))
     (arguments
      `(#:modules ((guix build emacs-build-system)
                   (guix build utils)



reply via email to

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