guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: yadifa: Update to 2.2.3.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: yadifa: Update to 2.2.3.
Date: Fri, 23 Dec 2016 22:54:08 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 8769d482ef2dc1863cb50761bbfb39f48607c2e3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Dec 23 23:46:53 2016 +0100

    gnu: yadifa: Update to 2.2.3.
    
    * gnu/packages/dns.scm (yadifa): Update to 2.2.3.
    [version, source]: Remove monotonic revision number from the version
    string.  Use it only to reconstruct the download URL.
---
 gnu/packages/dns.scm |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 56e07ab..175864f 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -261,15 +261,17 @@ asynchronous fashion.")
 (define-public yadifa
   (package
     (name "yadifa")
-    (version "2.2.1-6281")
+    (version "2.2.3")
     (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "http://cdn.yadifa.eu/sites/default/files/releases/";
-                           name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "0vj71z7i9lfbnp93k28aplwldp5mfli0kvrbwmha6fjha6kcr910"))))
+     (let ((revision "6711"))
+       (origin
+         (method url-fetch)
+         (uri
+          (string-append "http://cdn.yadifa.eu/sites/default/files/releases/";
+                         name "-" version "-" revision ".tar.gz"))
+         (sha256
+          (base32
+           "0ikfm40gx0zjw3gnxsw3rn1k4wb8jacgklja3ygcj1knq6hy2zaa")))))
     (build-system gnu-build-system)
     (native-inputs
      `(("which" ,which)))



reply via email to

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