mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: cpputest: Update to 4.0.
* gnu/packages/check.scm (cpputest): Update to 4.0.
This commit is contained in:
parent
5d4f26e9bc
commit
0112675d11
1 changed files with 2 additions and 2 deletions
|
@ -763,7 +763,7 @@ (define-public googlebenchmark
|
|||
(define-public cpputest
|
||||
(package
|
||||
(name "cpputest")
|
||||
(version "3.8")
|
||||
(version "4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -771,7 +771,7 @@ (define-public cpputest
|
|||
version "/cpputest-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mk48xd3klyqi7wf3f4wn4zqxxzmvrhhl32r25jzrixzl72wq7f8"))))
|
||||
"1xslavlb1974y5xvs8n1j9zkk05dlw8imy4saasrjlmibl895ii1"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("googletest" ,googletest)))
|
||||
|
|
Loading…
Reference in a new issue