gnu: xtl: Update to 0.4.14.
* gnu/packages/cpp.scm (xtl): Update to 0.4.14. [source]: Use git-fetch.
This commit is contained in:
parent
50dbd26ce0
commit
0bb41aec99
|
@ -242,16 +242,17 @@ intutive syntax and trivial integration.")
|
||||||
(define-public xtl
|
(define-public xtl
|
||||||
(package
|
(package
|
||||||
(name "xtl")
|
(name "xtl")
|
||||||
(version "0.4.8")
|
(version "0.4.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri
|
||||||
"https://github.com/QuantStack/xtl/archive/"
|
(git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/QuantStack/xtl.git")
|
||||||
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05bcz9y590b77bxcip0k31rgsapmkwqi1smvsvc84zz7m87d4jvy"))
|
"0wwnd9adc1wav2299id17k5fbp0ib5gxkbihlk6jlh3v4i5nz11x"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (git-file-name name version))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("googletest" ,googletest)
|
`(("googletest" ,googletest)
|
||||||
("json-modern-cxx" ,json-modern-cxx)))
|
("json-modern-cxx" ,json-modern-cxx)))
|
||||||
|
|
Loading…
Reference in New Issue