[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org-fragtog: Update to 0.4.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org-fragtog: Update to 0.4.0. |
Date: |
Mon, 16 Aug 2021 04:28:05 -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 acc4118 gnu: emacs-org-fragtog: Update to 0.4.0.
acc4118 is described below
commit acc41180ef5809a058955facadfc9f1e0c3e429d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 16 10:25:02 2021 +0200
gnu: emacs-org-fragtog: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-org-fragtog): Update to 0.4.0.
---
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 0b76b4e..fb840a1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5069,7 +5069,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.3")
+ (version "0.4.0")
(source
(origin
(method git-fetch)
@@ -5078,7 +5078,7 @@ displays the priority part of a heading as your preferred
string value.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "02g4a5lsmalc5mcybimx7ils43w3ac6269n9kzcnw59bj0i5kkcj"))))
+ (base32 "0ra4sfy48p8pm1c7h8wlmbl68r4s0f4qc49xapvs550pm4mf3hiq"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-org" ,emacs-org)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-org-fragtog: Update to 0.4.0.,
guix-commits <=