guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: xtl: Update to 0.6.23.


From: guix-commits
Subject: 05/11: gnu: xtl: Update to 0.6.23.
Date: Tue, 22 Dec 2020 19:50:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 75abc3bc810197d16f11829921e72122d17cafa1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 22 23:30:29 2020 +0100

    gnu: xtl: Update to 0.6.23.
    
    * gnu/packages/cpp.scm (xtl): Update to 0.6.23.
---
 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 882170a..00e0069 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -376,7 +376,7 @@ intuitive syntax and trivial integration.")
 (define-public xtl
   (package
     (name "xtl")
-    (version "0.6.21")
+    (version "0.6.23")
     (source (origin
               (method git-fetch)
               (uri
@@ -385,7 +385,7 @@ intuitive syntax and trivial integration.")
                 (commit version)))
               (sha256
                (base32
-                "08xhyy9fm2ddkdrgb1qyd2bs371a2xr7xzar482pwphz27vr035w"))
+                "1kd9zl4h6nrsg29hq13vwp4zhfj8sa90vj40726lpw6vxz48k4di"))
               (file-name (git-file-name name version))))
     (native-inputs
      `(("googletest" ,googletest)



reply via email to

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