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

ieure pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4a298bb34b gnu: miniflux: Update to 2.2.5.
4a298bb34b is described below

commit 4a298bb34b7e196ea4b24ccc0eeded40596ae1a5
Author: Rodion Goritskov <[email protected]>
AuthorDate: Sun Feb 9 13:10:39 2025 +0100

    gnu: miniflux: Update to 2.2.5.
    
    * gnu/packages/web.scm (miniflux): Update to 2.2.5.
    
    Change-Id: I1c7a6a25a79b2d287584721bde75c10cda76a595
    Signed-off-by: Ian Eure <[email protected]>
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 30bdc9b220..058649bf6b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -348,7 +348,7 @@ and its related documentation.")
 (define-public miniflux
   (package
     (name "miniflux")
-    (version "2.2.4")
+    (version "2.2.5")
     (source
      (origin
        (method git-fetch)
@@ -357,7 +357,7 @@ and its related documentation.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15h9ip7a9n64n9fn6ylpriyz79rilbzw2swb6zjr1fwqyrjcx5l7"))))
+        (base32 "0yx0q47ah7ikri6s9zy9d55gaidmpzd1v5rlkvcyjzwxn6wa88cg"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to