[PATCH] gnu: miniflux: Update to 2.2.5.

  • Open
  • quality assurance status badge
Details
One participant
  • Rodion Goritskov
Owner
unassigned
Submitted by
Rodion Goritskov
Severity
normal
R
R
Rodion Goritskov wrote 38 hours ago
(address . guix-patches@gnu.org)(name . Rodion Goritskov)(address . rodion@goritskov.com)
20250209121039.28748-1-rodion@goritskov.com
* gnu/packages/web.scm (miniflux): Update to 2.2.5.

Change-Id: I1c7a6a25a79b2d287584721bde75c10cda76a595
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 362d9eb1f7..ea44de8d65 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -348,7 +348,7 @@ (define-public httpd/pinned
(define-public miniflux
(package
(name "miniflux")
- (version "2.2.4")
+ (version "2.2.5")
(source
(origin
(method git-fetch)
@@ -357,7 +357,7 @@ (define-public miniflux
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "15h9ip7a9n64n9fn6ylpriyz79rilbzw2swb6zjr1fwqyrjcx5l7"))))
+ (base32 "0yx0q47ah7ikri6s9zy9d55gaidmpzd1v5rlkvcyjzwxn6wa88cg"))))
(build-system go-build-system)
(arguments
(list
--
2.48.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76157@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76157
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch