mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xtl: Update to 0.6.19.
* gnu/packages/cpp.scm (xtl): Update to 0.6.19.
This commit is contained in:
parent
4436a27ca6
commit
5d9a100e7e
1 changed files with 2 additions and 2 deletions
|
@ -362,7 +362,7 @@ intuitive syntax and trivial integration.")
|
||||||
(define-public xtl
|
(define-public xtl
|
||||||
(package
|
(package
|
||||||
(name "xtl")
|
(name "xtl")
|
||||||
(version "0.6.18")
|
(version "0.6.19")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -371,7 +371,7 @@ intuitive syntax and trivial integration.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s9gnv1wq0cmpw878dmx0lnci86895hhdrwyc9x8lfbc1hr7ypnh"))
|
"1g98lfrp13fqfqrirg0rw90m7bajmjmy12yhrlj5jzwcby4dfs81"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("googletest" ,googletest)
|
`(("googletest" ,googletest)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue