guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/13: gnu: l2md: Update to 9db252bc.


From: guix-commits
Subject: 13/13: gnu: l2md: Update to 9db252bc.
Date: Tue, 5 Apr 2022 14:43:11 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e777c3e34cdb02c80c83be05d19973fd23229e20
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon Mar 28 12:02:20 2022 +0300

    gnu: l2md: Update to 9db252bc.
    
    [[PGP Signed Part:No public key for 2208D20958C1DEB0 created at 
2022-03-28T11:03:48+0200 using RSA]]
    
    * gnu/packages/mail.scm (l2md): Update to 9db252bc.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 db560aacdb..16569741a4 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.
 ;;;
@@ -4006,8 +4007,8 @@ related tools to process winmail.dat files.")
 
 (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))
@@ -4019,7 +4020,7 @@ related tools to process winmail.dat files.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0hxz8i70v1xgv30zjclfvmjqszn073c7i8nwmswi2lr6vd7cklvp"))))
+          (base32 "1hfbngwdavdhw5ghnadmi0djg2yrr0wrkv15jdd9wcqh9h6mxy8z"))))
       (build-system gnu-build-system)
       (inputs
        (list libgit2))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]