mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: xtl: Update to 0.6.23.
* gnu/packages/cpp.scm (xtl): Update to 0.6.23.
This commit is contained in:
parent
6bd9980e62
commit
75abc3bc81
1 changed files with 2 additions and 2 deletions
|
@ -376,7 +376,7 @@ (define-public nlohmann-json-cpp
|
|||
(define-public xtl
|
||||
(package
|
||||
(name "xtl")
|
||||
(version "0.6.21")
|
||||
(version "0.6.23")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
|
@ -385,7 +385,7 @@ (define-public xtl
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"08xhyy9fm2ddkdrgb1qyd2bs371a2xr7xzar482pwphz27vr035w"))
|
||||
"1kd9zl4h6nrsg29hq13vwp4zhfj8sa90vj40726lpw6vxz48k4di"))
|
||||
(file-name (git-file-name name version))))
|
||||
(native-inputs
|
||||
`(("googletest" ,googletest)
|
||||
|
|
Loading…
Reference in a new issue