* [bug#61273] [PATCH 0/2] Update mpop.
@ 2023-02-04 8:01 Timotej Lazar
2023-02-04 8:04 ` [bug#61273] [PATCH 1/2] gnu: mpop: Add release-monitoring-url Timotej Lazar
2023-02-05 13:04 ` bug#61273: [PATCH 0/2] Update mpop Leo Famulari
0 siblings, 2 replies; 4+ messages in thread
From: Timotej Lazar @ 2023-02-04 8:01 UTC (permalink / raw)
To: 61273; +Cc: Timotej Lazar
Update mpop and add release-monitoring-url.
Timotej Lazar (2):
gnu: mpop: Add release-monitoring-url.
gnu: mpop: Update to 1.4.18.
gnu/packages/mail.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
2.39.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#61273] [PATCH 1/2] gnu: mpop: Add release-monitoring-url.
2023-02-04 8:01 [bug#61273] [PATCH 0/2] Update mpop Timotej Lazar
@ 2023-02-04 8:04 ` Timotej Lazar
2023-02-04 8:04 ` [bug#61273] [PATCH 2/2] gnu: mpop: Update to 1.4.18 Timotej Lazar
2023-02-05 13:04 ` bug#61273: [PATCH 0/2] Update mpop Leo Famulari
1 sibling, 1 reply; 4+ messages in thread
From: Timotej Lazar @ 2023-02-04 8:04 UTC (permalink / raw)
To: 61273; +Cc: Timotej Lazar
* gnu/packages/mail.scm (mpop)[properties]: New field.
---
gnu/packages/mail.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 80e2ce2a9b..756d246dff 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2905,6 +2905,8 @@ (define-public mpop
(native-inputs
(list pkg-config))
(home-page "https://marlam.de/mpop/")
+ (properties
+ '((release-monitoring-url . "https://marlam.de/mpop/download/")))
(synopsis "POP3 mail client")
(description "mpop is a small and fast POP3 client suitable as a
fetchmail replacement.
--
2.39.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#61273] [PATCH 2/2] gnu: mpop: Update to 1.4.18.
2023-02-04 8:04 ` [bug#61273] [PATCH 1/2] gnu: mpop: Add release-monitoring-url Timotej Lazar
@ 2023-02-04 8:04 ` Timotej Lazar
0 siblings, 0 replies; 4+ messages in thread
From: Timotej Lazar @ 2023-02-04 8:04 UTC (permalink / raw)
To: 61273; +Cc: Timotej Lazar
* gnu/packages/mail.scm (mpop): Update to 1.4.18.
---
gnu/packages/mail.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 756d246dff..a060db9a9e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2891,14 +2891,14 @@ (define-public mblaze
(define-public mpop
(package
(name "mpop")
- (version "1.4.17")
+ (version "1.4.18")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/mpop/releases/"
"mpop-" version ".tar.xz"))
(sha256
- (base32 "1mcbvzdbdr86zsq8zr1zryjrmfiqikckx3648zvdjh99mm5lkbj2"))))
+ (base32 "1dw5kwflga26kfjl999lilq14vvk6fcapryihakr9l7phh0rb6b0"))))
(build-system gnu-build-system)
(inputs
(list gnutls))
--
2.39.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#61273: [PATCH 0/2] Update mpop.
2023-02-04 8:01 [bug#61273] [PATCH 0/2] Update mpop Timotej Lazar
2023-02-04 8:04 ` [bug#61273] [PATCH 1/2] gnu: mpop: Add release-monitoring-url Timotej Lazar
@ 2023-02-05 13:04 ` Leo Famulari
1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2023-02-05 13:04 UTC (permalink / raw)
To: Timotej Lazar; +Cc: 61273-done
On Sat, Feb 04, 2023 at 09:01:39AM +0100, Timotej Lazar wrote:
> Update mpop and add release-monitoring-url.
>
> Timotej Lazar (2):
> gnu: mpop: Add release-monitoring-url.
> gnu: mpop: Update to 1.4.18.
Thanks! Pushed as cf219e35ecd08ff51d216224732b29f9b92adf1e
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-02-05 13:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-04 8:01 [bug#61273] [PATCH 0/2] Update mpop Timotej Lazar
2023-02-04 8:04 ` [bug#61273] [PATCH 1/2] gnu: mpop: Add release-monitoring-url Timotej Lazar
2023-02-04 8:04 ` [bug#61273] [PATCH 2/2] gnu: mpop: Update to 1.4.18 Timotej Lazar
2023-02-05 13:04 ` bug#61273: [PATCH 0/2] Update mpop Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.