guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: xtl: Update to 0.6.21.


From: guix-commits
Subject: 02/07: gnu: xtl: Update to 0.6.21.
Date: Wed, 4 Nov 2020 00:36:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 41745f728e3c9d32ed9b6073dca87e7551e4ed7d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 3 23:02:02 2020 +0100

    gnu: xtl: Update to 0.6.21.
    
    * gnu/packages/cpp.scm (xtl): Update to 0.6.21.
---
 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 79c9ef1..48d0b51 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -373,7 +373,7 @@ intuitive syntax and trivial integration.")
 (define-public xtl
   (package
     (name "xtl")
-    (version "0.6.20")
+    (version "0.6.21")
     (source (origin
               (method git-fetch)
               (uri
@@ -382,7 +382,7 @@ intuitive syntax and trivial integration.")
                 (commit version)))
               (sha256
                (base32
-                "1bjvsb4jf9jq5mbwgndy5vfci18zlg8m8csnzr04wmkssrajzm6b"))
+                "08xhyy9fm2ddkdrgb1qyd2bs371a2xr7xzar482pwphz27vr035w"))
               (file-name (git-file-name name version))))
     (native-inputs
      `(("googletest" ,googletest)



reply via email to

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