[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: miniflux: Update to 2.2.3.
From: |
guix-commits |
Subject: |
01/09: gnu: miniflux: Update to 2.2.3. |
Date: |
Tue, 10 Dec 2024 20:45:36 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit 1532a32f75dd6f14a3b135e5e691806df996e6ad
Author: Rodion Goritskov <rodion.goritskov@gmail.com>
AuthorDate: Mon Dec 9 01:19:02 2024 +0400
gnu: miniflux: Update to 2.2.3.
* gnu/packages/web.scm (miniflux): Update to 2.2.3.
Change-Id: I9d874c4f5d7b93d5fd8aedc34528b53ac639dbd3
Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
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 88b39e9942..ccf64d877b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -346,7 +346,7 @@ and its related documentation.")
(define-public miniflux
(package
(name "miniflux")
- (version "2.2.1")
+ (version "2.2.3")
(source
(origin
(method git-fetch)
@@ -355,7 +355,7 @@ and its related documentation.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "08z8z1a1mfvk1q7jbi6kpgq5463hmi92s51anb1ppyr54h02b2vg"))))
+ (base32 "0bllgjv7cdqrk3dm98dmp7mx0wmcbh410jcdcvid7z5qkr0fiy07"))))
(build-system go-build-system)
(arguments
(list
- branch master updated (68d3c1adcb -> 65425efb30), guix-commits, 2024/12/10
- 02/09: gnu: swayfx: Update to to 0.4., guix-commits, 2024/12/10
- 04/09: gnu: emacs-org: Update to 9.7.17., guix-commits, 2024/12/10
- 01/09: gnu: miniflux: Update to 2.2.3.,
guix-commits <=
- 05/09: gnu: emacs-llm: Update to 0.19.1., guix-commits, 2024/12/10
- 06/09: gnu: emacs-git-email: Update to 0.6.2., guix-commits, 2024/12/10
- 03/09: gnu: emacs-gptel: Update to 0.9.6., guix-commits, 2024/12/10
- 07/09: gnu: emacs-transient: Update to 0.8.1., guix-commits, 2024/12/10
- 08/09: gnu: xnedit: Remove outdated dependency., guix-commits, 2024/12/10
- 09/09: gnu: mold: Update to 2.35.0., guix-commits, 2024/12/10