gnu: xtl: Update to 0.7.5.
* gnu/packages/cpp.scm (xtl): Update to 0.7.5.
This commit is contained in:
parent
93243a6ca4
commit
6e0c8f097b
1 changed files with 2 additions and 2 deletions
|
@ -677,7 +677,7 @@ intuitive syntax and trivial integration.")
|
||||||
(define-public xtl
|
(define-public xtl
|
||||||
(package
|
(package
|
||||||
(name "xtl")
|
(name "xtl")
|
||||||
(version "0.7.4")
|
(version "0.7.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -686,7 +686,7 @@ intuitive syntax and trivial integration.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"134pgvmf9cx5dxs0m0m3qhp3m3r1gl86ic3xax21zc4sdj8sdq46"))
|
"1llfy6pkzqx2va74h9xafjylyvw6839a843mqc05n6x6wll5bkam"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list doctest googletest nlohmann-json))
|
(list doctest googletest nlohmann-json))
|
||||||
|
|
Reference in a new issue