gnu: public-inbox: Update to 1.5.0.

* gnu/packages/mail.scm (public-inbox): Update to 1.5.0.
This commit is contained in:
Arun Isaac 2020-08-08 18:52:08 +05:30
parent a8139e9785
commit c87d737da6
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3

View File

@ -3294,19 +3294,17 @@ related tools to process winmail.dat files.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public public-inbox (define-public public-inbox
(let ((commit "05a06f3262a2ddbf46adb85169e13ce9127e4524")
(revision "0"))
(package (package
(name "public-inbox") (name "public-inbox")
(version (git-version "1.2.0" revision commit)) (version "1.5.0")
(source (source
(origin (method git-fetch) (origin (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://public-inbox.org") (url "https://public-inbox.org")
(commit commit))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"06cclxg46gsls3x19l9s8s9x8gkjghm6gd4jb1v9ng6fds6xi2fg")) "03zj7shdl3vibs7k5lr673bwcf8j1xx8is3mjz34ca4cdh6p5j2k"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system perl-build-system) (build-system perl-build-system)
(arguments (arguments
@ -3377,7 +3375,7 @@ related tools to process winmail.dat files.")
"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, complement or replace traditional mailing lists. Readers may read via NNTP,
Atom feeds or HTML archives.") Atom feeds or HTML archives.")
(license license:agpl3+)))) (license license:agpl3+)))
(define-public sylpheed (define-public sylpheed
(package (package