guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-org-web-tools: Update to 1.1.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-web-tools: Update to 1.1.1.
Date: Wed, 17 Feb 2021 08:59:20 -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 c3b5ac2  gnu: emacs-org-web-tools: Update to 1.1.1.
c3b5ac2 is described below

commit c3b5ac2fa091d2dd5fdec339b8932ed64ad53fd6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 14:58:47 2021 +0100

    gnu: emacs-org-web-tools: Update to 1.1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-web-tools): Update to 1.1.1.
    [propagated-inputs]: Add emacs-request.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e55d48d..63b6ef0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20042,7 +20042,7 @@ depending on the downloaded URL.")
 (define-public emacs-org-web-tools
   (package
     (name "emacs-org-web-tools")
-    (version "1.0")
+    (version "1.1.1")
     (source
      (origin
        (method git-fetch)
@@ -20052,11 +20052,12 @@ depending on the downloaded URL.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0kak9h5ny00d39gnwspv53nadnag01brw2fq9zk5wpfc91h9bjng"))))
+         "0v4qad54r0z7dr7kg5lpfdsazi44qvrbybx9aciyl4w9grfajphb"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)
        ("emacs-esxml" ,emacs-esxml)
+       ("emacs-request" ,emacs-request)
        ("emacs-s" ,emacs-s)))
     (inputs
      `(("pandoc" ,pandoc)))



reply via email to

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