gnu: xtl: Update to 0.7.7.

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

Change-Id: Ifeaf490093ea6af0f7341a3fd3f73acf8cf5e06f
This commit is contained in:
Sharlatan Hellseher 2025-01-03 20:35:04 +00:00
parent 27349661bb
commit e25dcf3bad
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1060,7 +1060,7 @@ for C++17.")
(define-public xtl (define-public xtl
(package (package
(name "xtl") (name "xtl")
(version "0.7.5") (version "0.7.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1068,7 +1068,7 @@ for C++17.")
(url "https://github.com/xtensor-stack/xtl") (url "https://github.com/xtensor-stack/xtl")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "1llfy6pkzqx2va74h9xafjylyvw6839a843mqc05n6x6wll5bkam")) (base32 "1b42mjxchinsf2ylbvhyypfysg5sfphxqby53vlg82wvr23rijkz"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments