gnu: catch2: Update to 3.4.0.
* gnu/packages/check.scm (catch2): Update to 3.4.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									e7c7efc296
								
							
						
					
					
						commit
						68b3d71806
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -601,7 +601,7 @@ pattern.")
 | 
				
			||||||
(define-public catch2-3.3
 | 
					(define-public catch2-3.3
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "catch2")
 | 
					    (name "catch2")
 | 
				
			||||||
    (version "3.3.2")
 | 
					    (version "3.4.0")
 | 
				
			||||||
    (home-page "https://github.com/catchorg/Catch2")
 | 
					    (home-page "https://github.com/catchorg/Catch2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -611,7 +611,7 @@ pattern.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0m6i3lr0qk303ashjpz5vpwmxf76n5d6s8jq6r6kcy6gph525zmp"))))
 | 
					                "1gdfsva6mnd66px85fmm3s65h8qzqnmgbmws2i3nygfav1y8d88f"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list
 | 
					     (list
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue