guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: fdm: Update to 2.2.


From: guix-commits
Subject: 02/05: gnu: fdm: Update to 2.2.
Date: Fri, 20 Jan 2023 10:42:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8a36ec67fc5dcb20ece8d81874b66665f16a90e3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:00 2023 +0100

    gnu: fdm: Update to 2.2.
    
    * gnu/packages/mail.scm (fdm): Update to 2.2.
---
 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 fbc48d5fd4..a836e9e2f6 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2482,13 +2482,13 @@ compatibility shims for the @command{sendmail}, 
@command{mailq}, and
 (define-public fdm
   (package
     (name "fdm")
-    (version "2.1")
+    (version "2.2")
     (source (origin
              (method url-fetch)
              (uri (string-append 
"https://github.com/nicm/fdm/releases/download/";
                                  version "/fdm-" version ".tar.gz"))
              (sha256
-               (base32 
"1zxd5j5x2gp6m62j83xsjyfglw1p6gn4zk5qx10djdh8xzkg53c5"))))
+               (base32 
"05kczdk44cbk3rg77rwgp47hw75al6b09wlv3cff4d4qh8bx3ajk"))))
     (build-system gnu-build-system)
     (inputs
      (list tdb openssl zlib))



reply via email to

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