guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-org-fragtog: Update to 0.3.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-fragtog: Update to 0.3.3.
Date: Thu, 29 Jul 2021 03:44:39 -0400

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 79a99af  gnu: emacs-org-fragtog: Update to 0.3.3.
79a99af is described below

commit 79a99af6402aee927a9cbc4c17ca00d0bdba32ac
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 29 09:44:11 2021 +0200

    gnu: emacs-org-fragtog: Update to 0.3.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-fragtog): Update to 0.3.3.
---
 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 088266e..db4262b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4950,7 +4950,7 @@ displays the priority part of a heading as your preferred 
string value.")
 (define-public emacs-org-fragtog
   (package
     (name "emacs-org-fragtog")
-    (version "0.3.2")
+    (version "0.3.3")
     (source
      (origin
        (method git-fetch)
@@ -4959,7 +4959,7 @@ displays the priority part of a heading as your preferred 
string value.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cw8903nw0mrn9kppwlypsb6h9m54zrb6y969yj0gnkza6gqy36c"))))
+        (base32 "02g4a5lsmalc5mcybimx7ils43w3ac6269n9kzcnw59bj0i5kkcj"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-org" ,emacs-org)))



reply via email to

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