guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: xtl: Update to 0.6.16.


From: guix-commits
Subject: 02/03: gnu: xtl: Update to 0.6.16.
Date: Wed, 19 Aug 2020 23:14:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9372337f626610417202ab68ca86994ea4f9cd56
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 20 03:06:30 2020 +0200

    gnu: xtl: Update to 0.6.16.
    
    * gnu/packages/cpp.scm (xtl): Update to 0.6.16.
---
 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 6b74bfe..78f0f28 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.15")
+    (version "0.6.16")
     (source (origin
               (method git-fetch)
               (uri
@@ -369,7 +369,7 @@ intuitive syntax and trivial integration.")
                 (commit version)))
               (sha256
                (base32
-                "0kq88cbcsvgq4hinrzxirqfpfnm3c5a0x0n2309l9zawh8vm33j4"))
+                "0hkz01l7fc1m79s02hz86cl9nb4rwdvg255r6aj82gnsx5qvxy2l"))
               (file-name (git-file-name name version))))
     (native-inputs
      `(("googletest" ,googletest)



reply via email to

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