guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: xtl: Update to 0.6.18.


From: guix-commits
Subject: 02/02: gnu: xtl: Update to 0.6.18.
Date: Sun, 6 Sep 2020 20:03:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 098593e61d0e3ddd8b3dc2225301d6020bf9446b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 7 01:10:33 2020 +0200

    gnu: xtl: Update to 0.6.18.
    
    * gnu/packages/cpp.scm (xtl): Update to 0.6.18.
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 7d0ff33..32b6dad 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -360,7 +360,7 @@ intuitive syntax and trivial integration.")
 (define-public xtl
   (package
     (name "xtl")
-    (version "0.6.17")
+    (version "0.6.18")
     (source (origin
               (method git-fetch)
               (uri
@@ -369,7 +369,7 @@ intuitive syntax and trivial integration.")
                 (commit version)))
               (sha256
                (base32
-                "136djmx4l34ff5z4fw1c866x52vp7k4f8zcnbs49whymxzhzwpw0"))
+                "0s9gnv1wq0cmpw878dmx0lnci86895hhdrwyc9x8lfbc1hr7ypnh"))
               (file-name (git-file-name name version))))
     (native-inputs
      `(("googletest" ,googletest)



reply via email to

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