mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: catch-framework: Update to 1.1.3.
* gnu/packages/check.scm (catch-framework): Update to 1.1.3.
This commit is contained in:
parent
cc45cff83a
commit
14a17ef6f4
1 changed files with 4 additions and 5 deletions
|
@ -113,18 +113,17 @@ (define-public cppunit
|
|||
(define-public catch-framework
|
||||
(package
|
||||
(name "catch")
|
||||
(version "1.0.53") ;Sub-minor is the build number
|
||||
(version "1.1.3") ;Sub-minor is the build number
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/philsquared/Catch")
|
||||
;; Semi-arbitrary. Contains mostly documentation fixes
|
||||
;; since build 53.
|
||||
(commit "b9ec8a1")))
|
||||
;; Semi-arbitrary.
|
||||
(commit "c51e86819d")))
|
||||
(file-name (string-append name "-" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05iijiwjwcjbza7qamwd32d0jypi0lpywmilmmj2xh280mcl4dbd"))))
|
||||
"0kgi7wxxysgjbpisqfj4dj0k19cyyai92f001zi8gzkybd4fkgv5"))))
|
||||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build utils))
|
||||
|
|
Loading…
Reference in a new issue