guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: xtl: Update to 0.6.4.


From: guix-commits
Subject: 10/12: gnu: xtl: Update to 0.6.4.
Date: Sat, 11 May 2019 18:27:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0b69897bdae42dd034449487eef3c86b3b66d88f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat May 11 19:53:43 2019 +0200

    gnu: xtl: Update to 0.6.4.
    
    * gnu/packages/cpp.scm (xtl): Update to 0.6.4.
---
 gnu/packages/cpp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index e0af0dd..9c060c7 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2017 Ethan R. Jones <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Fis Trivial <address@hidden>
 ;;; Copyright © 2018 Ludovic Courtès <address@hidden>
 ;;;
@@ -243,7 +243,7 @@ intuitive syntax and trivial integration.")
 (define-public xtl
   (package
     (name "xtl")
-    (version "0.4.14")
+    (version "0.6.4")
     (source (origin
               (method git-fetch)
               (uri
@@ -252,7 +252,7 @@ intuitive syntax and trivial integration.")
                 (commit version)))
               (sha256
                (base32
-                "0wwnd9adc1wav2299id17k5fbp0ib5gxkbihlk6jlh3v4i5nz11x"))
+                "0rwdw43fq7c581m6frzsd06h71sf7abk7danwa3cp6wd6cgkwdbk"))
               (file-name (git-file-name name version))))
     (native-inputs
      `(("googletest" ,googletest)



reply via email to

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