guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-webfeeder: Update to 1.1.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-webfeeder: Update to 1.1.2.
Date: Sat, 05 Jun 2021 06:57:10 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ac9da35  gnu: emacs-webfeeder: Update to 1.1.2.
ac9da35 is described below

commit ac9da35707549156bc83da7dded1ed9ad3715347
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sat Jun 5 11:12:13 2021 +0200

    gnu: emacs-webfeeder: Update to 1.1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-webfeeder): Update to 1.1.2.
---
 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 e8e02de..1c4d8c6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24359,7 +24359,7 @@ and article extracts for Wikipedia.")
 (define-public emacs-webfeeder
   (package
   (name "emacs-webfeeder")
-  (version "1.1.1")
+  (version "1.1.2")
   (source
     (origin
       (method url-fetch)
@@ -24369,7 +24369,7 @@ and article extracts for Wikipedia.")
              ".tar"))
       (sha256
         (base32
-          "09caj12hfdfhlbcsmjyhw728w1f7yq13hdslh793yvfqv83ipvc4"))))
+          "1l128q424qsq9jv2wk8cv4zli71rk34q5kgwa9axdz0d27p9l6v4"))))
   (build-system emacs-build-system)
   (home-page "https://gitlab.com/Ambrevar/emacs-webfeeder";)
   (synopsis "Build RSS and Atom webfeeds from HTML files")



reply via email to

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