mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: catch: Update to 1.3.5.
* gnu/packages/check.scm (catch): Update to 1.3.5.
This commit is contained in:
parent
34a6f4dcf9
commit
a232ce429e
1 changed files with 3 additions and 3 deletions
|
@ -115,17 +115,17 @@ (define-public cppunit
|
||||||
(define-public catch-framework
|
(define-public catch-framework
|
||||||
(package
|
(package
|
||||||
(name "catch")
|
(name "catch")
|
||||||
(version "1.1.3") ;Sub-minor is the build number
|
(version "1.3.5") ;Sub-minor is the build number
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/philsquared/Catch")
|
(url "https://github.com/philsquared/Catch")
|
||||||
;; Semi-arbitrary.
|
;; Semi-arbitrary.
|
||||||
(commit "c51e86819d")))
|
(commit "ae5ee2cf63d6d67bd1369b512d2a7b60b571c907")))
|
||||||
(file-name (string-append name "-" version))
|
(file-name (string-append name "-" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kgi7wxxysgjbpisqfj4dj0k19cyyai92f001zi8gzkybd4fkgv5"))))
|
"1yfb3lxv929szqy1nw9xw3d45wzkppziqshkjxvrb1fdmf46x564"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
|
Loading…
Reference in a new issue