all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54605] [PATCH] gnu: l2md: Update to 9db252bc.
@ 2022-03-28  9:02 Andrew Tropin
  2022-04-05 18:36 ` bug#54605: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Tropin @ 2022-03-28  9:02 UTC (permalink / raw)
  To: 54605

[-- Attachment #1: Type: text/plain, Size: 1383 bytes --]


* gnu/packages/mail.scm (l2md): Update to 9db252bc.
---
 gnu/packages/mail.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d253ca7011..126a54a009 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -45,6 +45,7 @@
 ;;; Copyright © 2021 Benoit Joly <benoit@benoitj.ca>
 ;;; Copyright © 2021 Morgan Smith <Morgan.J.Smith@outlook.com>
 ;;; Copyright © 2021 Philip McGrath <philip@philipmcgrath.com>
+;;; Copyright © 2022 Andrew Tropin <andrew@trop.in>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3984,8 +3985,8 @@ (define-public ytnef
 
 (define-public l2md
   ;; No official release.
-  (let ((commit "f7286b49bb5fce25c898c143712fe34ad4d7864e")
-        (revision "1"))
+  (let ((commit "9db252bc1716ebaf0abd3a47a59ea78e4e6253d6")
+        (revision "2"))
     (package
       (name "l2md")
       (version (git-version "0.1.0" revision commit))
@@ -3997,7 +3998,7 @@ (define-public l2md
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0hxz8i70v1xgv30zjclfvmjqszn073c7i8nwmswi2lr6vd7cklvp"))))
+          (base32 "1hfbngwdavdhw5ghnadmi0djg2yrr0wrkv15jdd9wcqh9h6mxy8z"))))
       (build-system gnu-build-system)
       (inputs
        (list libgit2))
-- 
2.34.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54605: [PATCH] gnu: l2md: Update to 9db252bc.
  2022-03-28  9:02 [bug#54605] [PATCH] gnu: l2md: Update to 9db252bc Andrew Tropin
@ 2022-04-05 18:36 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-05 18:36 UTC (permalink / raw)
  To: Andrew Tropin; +Cc: 54605-done

Hi,

Andrew Tropin <andrew@trop.in> skribis:

> * gnu/packages/mail.scm (l2md): Update to 9db252bc.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-05 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28  9:02 [bug#54605] [PATCH] gnu: l2md: Update to 9db252bc Andrew Tropin
2022-04-05 18:36 ` bug#54605: " Ludovic Courtès

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.