guix-commits
[Top][All Lists]
Advanced

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

13/22: gnu: xtl: Update to 0.6.19.


From: guix-commits
Subject: 13/22: gnu: xtl: Update to 0.6.19.
Date: Wed, 30 Sep 2020 18:25:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5d9a100e7eaab54a5d1f221a2b97556fa40d9afe
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 30 13:10:33 2020 +0200

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



reply via email to

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