guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: xtl: Update to 0.4.14.


From: Kei Kebreau
Subject: 01/03: gnu: xtl: Update to 0.4.14.
Date: Sat, 18 Aug 2018 22:56:48 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 0bb41aec990832e8b022f7fbcd9586a39f39f9b4
Author: Kei Kebreau <address@hidden>
Date:   Sat Aug 18 15:30:23 2018 -0400

    gnu: xtl: Update to 0.4.14.
    
    * gnu/packages/cpp.scm (xtl): Update to 0.4.14.
    [source]: Use git-fetch.
---
 gnu/packages/cpp.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index cc53750..0160e42 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -242,16 +242,17 @@ intutive syntax and trivial integration.")
 (define-public xtl
   (package
     (name "xtl")
-    (version "0.4.8")
+    (version "0.4.14")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/QuantStack/xtl/archive/";
-                    version ".tar.gz"))
+              (method git-fetch)
+              (uri
+               (git-reference
+                (url "https://github.com/QuantStack/xtl.git";)
+                (commit version)))
               (sha256
                (base32
-                "05bcz9y590b77bxcip0k31rgsapmkwqi1smvsvc84zz7m87d4jvy"))
-              (file-name (string-append name "-" version ".tar.gz"))))
+                "0wwnd9adc1wav2299id17k5fbp0ib5gxkbihlk6jlh3v4i5nz11x"))
+              (file-name (git-file-name name version))))
     (native-inputs
      `(("googletest" ,googletest)
        ("json-modern-cxx" ,json-modern-cxx)))



reply via email to

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