mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
27349661bb
commit
e25dcf3bad
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue