guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ox-twbs: Update to 1.1.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-ox-twbs: Update to 1.1.4.
Date: Mon, 08 Feb 2021 16:53:30 -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 7c1a30f  gnu: emacs-ox-twbs: Update to 1.1.4.
7c1a30f is described below

commit 7c1a30f563b001202d6df5e566c5db54fe7d3625
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 8 22:53:00 2021 +0100

    gnu: emacs-ox-twbs: Update to 1.1.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-ox-twbs): Update to 1.1.4.
---
 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 98a7a94..49bc559 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11657,7 +11657,7 @@ number on the left margin in Emacs.")
 (define-public emacs-ox-twbs
   (package
     (name "emacs-ox-twbs")
-    (version "1.1.1")
+    (version "1.1.4")
     (source
      (origin
        (method git-fetch)
@@ -11666,7 +11666,7 @@ number on the left margin in Emacs.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0kd45p8y7ykadmai4jn1x1pgpafyqggwb1ccbjzalxw4k9wmd45f"))))
+        (base32 "0nffy7ivs8fw0dj3s66hbsby0riz5wrv7xzm8g9mrfvhki938pqa"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/marsmining/ox-twbs";)
     (synopsis "Export org-mode docs as HTML compatible with Twitter Bootstrap")



reply via email to

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