guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: fdm: Update to 2.0.


From: guix-commits
Subject: 02/04: gnu: fdm: Update to 2.0.
Date: Mon, 18 Mar 2019 16:08:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9a0681d1492eb4095f1ca5a8934e1d50af510aac
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 18 16:51:49 2019 +0100

    gnu: fdm: Update to 2.0.
    
    * gnu/packages/mail.scm (fdm): Update to 2.0.
    [source]: Remove redundant FILE-NAME.
---
 gnu/packages/mail.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 0467aec..0fb60d4 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1728,15 +1728,13 @@ compatibility shims for the @command{sendmail}, 
@command{mailq}, and
 (define-public fdm
   (package
     (name "fdm")
-    (version "1.9")
+    (version "2.0")
     (source (origin
              (method url-fetch)
              (uri (string-append 
"https://github.com/nicm/fdm/releases/download/";
-                                 version "/fdm-"
-                                 version ".tar.gz"))
-             (file-name (string-append name "-" version ".tar.gz"))
+                                 version "/fdm-" version ".tar.gz"))
              (sha256
-               (base32 
"054rscijahiza5f9qha79rg3siji3bk5mk10f8c2vqx7m4w6qh8n"))))
+               (base32 
"196fs1z8y7p12wmqn1bylzz94szl58yv2aby3p30nmwjnyv8rch6"))))
     (build-system gnu-build-system)
     (inputs
      `(("tdb" ,tdb)



reply via email to

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