guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dfc: Update to 3.1.1.


From: Kei Kebreau
Subject: 01/01: gnu: dfc: Update to 3.1.1.
Date: Sat, 28 Apr 2018 14:40:57 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 48167ccd7534126c74d85aedced29331ee2f1880
Author: Kei Kebreau <address@hidden>
Date:   Sat Apr 28 14:39:44 2018 -0400

    gnu: dfc: Update to 3.1.1.
    
    * gnu/packages/admin.scm (dfc): Update to 3.1.1.
---
 gnu/packages/admin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 3d92eb1..2b9b43b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -245,16 +245,16 @@ services.")
 (define-public dfc
   (package
    (name "dfc")
-   (version "3.0.4")
+   (version "3.1.1")
    (source
     (origin
      (method url-fetch)
       (uri (string-append
-            "http://projects.gw-computing.net/attachments/download/79/dfc-";
+            "http://projects.gw-computing.net/attachments/download/615/dfc-";
             version ".tar.gz"))
       (sha256
        (base32
-        "0zk1ppx93ijimf4sbgqilxxikpsa2gmpbynknyh41xy7jbdjxp0b"))))
+        "0m1fd7l85ckb7bq4c5c3g257bkjglm8gq7x42pkmpp87fkknc94n"))))
    (build-system cmake-build-system)
    (arguments '(#:tests? #f)) ; There are no tests.
    (native-inputs `(("gettext" ,gettext-minimal)))



reply via email to

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