gnu: goimapnotify: Update to 2.5.

* gnu/packages/mail.scm (goimapnotify): Update to 2.5.

Change-Id: I1df05de3d9e19810043ce29e0aa6402d8c8a32bd
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Sergey Trofimov 2025-05-27 22:31:32 +02:00 committed by Ludovic Courtès
parent 60f8d67480
commit e82c5f7b12
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -538,7 +538,7 @@ with a @code{ncurses} user interface similar to @code{alpine} and
(define-public goimapnotify (define-public goimapnotify
(package (package
(name "goimapnotify") (name "goimapnotify")
(version "2.4") (version "2.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -547,7 +547,7 @@ with a @code{ncurses} user interface similar to @code{alpine} and
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "06gmhrmfl31icr2lld9g2bnqjs0y2fq7kjfzm8zjg8d3n3vs7rl9")))) (base32 "0n7ib2i1g9l76a4qda30cr1hlc13rj3551qjss69gqdhxf4wwx24"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list