mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
60f8d67480
commit
e82c5f7b12
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue