mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01: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
|
||||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue