guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-org: Update to 9.5.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-org: Update to 9.5.1.
Date: Sun, 28 Nov 2021 16:06:37 -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 8351f6c  gnu: emacs-org: Update to 9.5.1.
8351f6c is described below

commit 8351f6c570359476320af1a17dd29c15fb9edc8c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Nov 28 22:05:57 2021 +0100

    gnu: emacs-org: Update to 9.5.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.1.
---
 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 0859c1e..56c4b2c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12293,7 +12293,7 @@ passive voice.")
 (define-public emacs-org
   (package
     (name "emacs-org")
-    (version "9.5")
+    (version "9.5.1")
     (source
      (origin
        (method git-fetch)
@@ -12302,7 +12302,7 @@ passive voice.")
              (commit (string-append "release_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gnzx53gkg2c6ljam31bvbibkra66lfx0w04jqmsv2gk8613527r"))))
+        (base32 "0ajig1sb4zxffx3lv7l7xvsf77qgs3s7pm2ylxa3wanwmpk3gvcg"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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