[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: public-inbox: Update to 1.6.1.
From: |
guix-commits |
Subject: |
08/08: gnu: public-inbox: Update to 1.6.1. |
Date: |
Mon, 3 May 2021 12:29:26 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 88156c603a96a0d1c6de666dec9f3cb8864f3dc8
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sat May 1 14:05:03 2021 +0200
gnu: public-inbox: Update to 1.6.1.
* gnu/packages/mail.scm (public-inbox)[version]: Update to 1.6.1.
[inputs]: Add optional dependencies. ‘perl-filesys-notify-simple’ has been
superseded by ‘perl-linux-inotify2’ by upstream.
[synopsis]: Capitalize “git”.
[description]: Likewise. Mention IMAP support.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/mail.scm | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index f218e4f..e4ddf5e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4080,7 +4080,7 @@ Git and exports them in maildir format or to an MDA
through a pipe.")
(define-public public-inbox
(package
(name "public-inbox")
- (version "1.5.0")
+ (version "1.6.1")
(source
(origin (method git-fetch)
(uri (git-reference
@@ -4088,7 +4088,7 @@ Git and exports them in maildir format or to an MDA
through a pipe.")
(commit (string-append "v" version))))
(sha256
(base32
- "03zj7shdl3vibs7k5lr673bwcf8j1xx8is3mjz34ca4cdh6p5j2k"))
+ "0mlwnp5knr7rk9kv8grlh342wsq2193m22zs83cjn9p7x9r2x5f9"))
(file-name (git-file-name name version))))
(build-system perl-build-system)
(arguments
@@ -4143,22 +4143,28 @@ Git and exports them in maildir format or to an MDA
through a pipe.")
("perl-email-mime" ,perl-email-mime)
("perl-email-simple" ,perl-email-simple)
("perl-net-server" ,perl-net-server)
- ("perl-filesys-notify-simple" ,perl-filesys-notify-simple)
("perl-plack-middleware-deflater" ,perl-plack-middleware-deflater)
("perl-plack-middleware-reverseproxy"
,perl-plack-middleware-reverseproxy)
("perl-plack" ,perl-plack)
("perl-search-xapian" ,perl-search-xapian)
("perl-timedate" ,perl-timedate)
("perl-uri-escape" ,perl-uri-escape)
+ ("perl-inline-c" ,perl-inline-c)
+ ("perl-parse-recdescent" ,perl-parse-recdescent)
+ ("perl-linux-inotify2" ,perl-linux-inotify2)
+ ;; FIXME: Perl modules are unable to find the config file for highlight
+ ;; https://issues.guix.gnu.org/48033#4
+ ;; ("highlight" ,highlight)
+
;; For testing.
("perl-ipc-run" ,perl-ipc-run)
("perl-xml-feed" ,perl-xml-feed)))
(home-page "https://public-inbox.org/README.html")
- (synopsis "Archive mailing lists in git repositories")
+ (synopsis "Archive mailing lists in Git repositories")
(description
- "public-inbox implements the sharing of an email inbox via git to
+ "public-inbox implements the sharing of an email inbox via Git to
complement or replace traditional mailing lists. Readers may read via NNTP,
-Atom feeds or HTML archives.")
+IMAP, Atom feeds or HTML archives.")
(license license:agpl3+)))
(define-public sylpheed
- branch master updated (d94e9cb -> 88156c6), guix-commits, 2021/05/03
- 01/08: gnu: xboard: Patch path to aplay., guix-commits, 2021/05/03
- 02/08: gnu: pioneers: Patch path to beep., guix-commits, 2021/05/03
- 03/08: gnu: git-modes: Update to 1.3.0., guix-commits, 2021/05/03
- 04/08: gnu: chessx: Disable online version check by default., guix-commits, 2021/05/03
- 05/08: gnu: octave, octave-cli: Explain difference., guix-commits, 2021/05/03
- 07/08: gnu: Add perl-linux-inotify2., guix-commits, 2021/05/03
- 06/08: gnu: odamex: Update to 0.9.0., guix-commits, 2021/05/03
- 08/08: gnu: public-inbox: Update to 1.6.1.,
guix-commits <=