guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: emacs-org-super-agenda: Update to 1.1.1-3.a87ca11.


From: guix-commits
Subject: 01/03: gnu: emacs-org-super-agenda: Update to 1.1.1-3.a87ca11.
Date: Wed, 9 Oct 2019 16:45:32 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit ca19d88d0abab66527508e21754cc4b1de00b3c6
Author: Brian Leung <address@hidden>
Date:   Wed Oct 9 22:29:41 2019 +0200

    gnu: emacs-org-super-agenda: Update to 1.1.1-3.a87ca11.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-super-agenda): Update to 
1.1.1-3.a87ca11.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dbd27d3..0125f2d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11611,8 +11611,8 @@ as well as functions for navigating between these 
headings.")
 
 (define-public emacs-org-super-agenda
   ;; emacs-org-sidebar depends on a newer commit than the latest release 
version.
-  (let ((commit "f0ee7ed9766d352d16a787707d35695b48cbf153")
-        (revision "2"))
+  (let ((commit "a87ca11fbbe72ab6c1c4c3b55ae9e1e93ebfb8ba")
+        (revision "3"))
     (package
       (name "emacs-org-super-agenda")
       (version (git-version "1.1.1" revision commit))
@@ -11624,7 +11624,7 @@ as well as functions for navigating between these 
headings.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1b1qi96x83acv2frl94i4frx46i82vipaa8mfwpzyj2gyq2bq5zf"))))
+                  "08b7babdaqblb6jff57an4kbcxk6fkhf668620fipfjgbsnqv3ff"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-org" ,emacs-org)



reply via email to

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