guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: xtl: Update to 0.6.20.


From: guix-commits
Subject: 03/03: gnu: xtl: Update to 0.6.20.
Date: Tue, 20 Oct 2020 16:09:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3eafd41f50a71cdb906beb14603327685973158b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 20 22:08:41 2020 +0200

    gnu: xtl: Update to 0.6.20.
    
    * gnu/packages/cpp.scm (xtl): Update to 0.6.20.
---
 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 f51e832..0e563d9 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -372,7 +372,7 @@ intuitive syntax and trivial integration.")
 (define-public xtl
   (package
     (name "xtl")
-    (version "0.6.19")
+    (version "0.6.20")
     (source (origin
               (method git-fetch)
               (uri
@@ -381,7 +381,7 @@ intuitive syntax and trivial integration.")
                 (commit version)))
               (sha256
                (base32
-                "1g98lfrp13fqfqrirg0rw90m7bajmjmy12yhrlj5jzwcby4dfs81"))
+                "1bjvsb4jf9jq5mbwgndy5vfci18zlg8m8csnzr04wmkssrajzm6b"))
               (file-name (git-file-name name version))))
     (native-inputs
      `(("googletest" ,googletest)



reply via email to

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