~ruther/guix-local

e25dcf3bad54cfdd69c64ac768c861a939c1e322 — Sharlatan Hellseher 1 year, 3 months ago 2734966
gnu: xtl: Update to 0.7.7.

* gnu/packages/cpp.scm (xtl): Update to 0.7.7.

Change-Id: Ifeaf490093ea6af0f7341a3fd3f73acf8cf5e06f
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cpp.scm
M gnu/packages/cpp.scm => gnu/packages/cpp.scm +2 -2
@@ 1060,7 1060,7 @@ for C++17.")
(define-public xtl
  (package
    (name "xtl")
    (version "0.7.5")
    (version "0.7.7")
    (source
     (origin
       (method git-fetch)


@@ 1068,7 1068,7 @@ for C++17.")
             (url "https://github.com/xtensor-stack/xtl")
             (commit version)))
       (sha256
        (base32 "1llfy6pkzqx2va74h9xafjylyvw6839a843mqc05n6x6wll5bkam"))
        (base32 "1b42mjxchinsf2ylbvhyypfysg5sfphxqby53vlg82wvr23rijkz"))
       (file-name (git-file-name name version))))
    (build-system cmake-build-system)
    (arguments