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


From: guix-commits
Subject: branch master updated: gnu: emacs-org-fragtog: Update to 0.3.1.
Date: Sun, 07 Feb 2021 17:25:46 -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 1fda558  gnu: emacs-org-fragtog: Update to 0.3.1.
1fda558 is described below

commit 1fda5588b7029151c2e8e2f77e76b8c841273303
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 7 23:24:18 2021 +0100

    gnu: emacs-org-fragtog: Update to 0.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-fragtog): Update to 0.3.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 c8391f05..30f2265 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4316,7 +4316,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.0")
+    (version "0.3.1")
     (source
      (origin
        (method git-fetch)
@@ -4325,7 +4325,7 @@ displays the priority part of a heading as your preferred 
string value.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rzi67lb3mxqg3x6d8zx6rxncg7lw14agqwbh7zvgc2iins59j0f"))))
+        (base32 "1szkx3n9gk6799rxv0jb3096pn2ssz82536x9a98xqwbimy4kvn6"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-org" ,emacs-org)))



reply via email to

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