gnu: catch2: Update to 2.13.2.
* gnu/packages/check.scm (catch2): Update to 2.13.2.
This commit is contained in:
		
							parent
							
								
									64c20b05c8
								
							
						
					
					
						commit
						4e395c74c8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -337,7 +337,7 @@ a multi-paradigm automated test framework for C++ and Objective-C.")
 | 
				
			||||||
(define-public catch-framework2
 | 
					(define-public catch-framework2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "catch2")
 | 
					    (name "catch2")
 | 
				
			||||||
    (version "2.13.1")
 | 
					    (version "2.13.2")
 | 
				
			||||||
    (home-page "https://github.com/catchorg/Catch2")
 | 
					    (home-page "https://github.com/catchorg/Catch2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -347,7 +347,7 @@ a multi-paradigm automated test framework for C++ and Objective-C.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1fbzdqzvad3nxsxlwd5ws7csj6rbyyrza0ckq6km2cf5bhhxagrs"))))
 | 
					                "100r0kmra8jmra2hv92lzvwcmphpaiccwvq3lpdsa5b7hailhach"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("python" ,python-wrapper)))
 | 
					     `(("python" ,python-wrapper)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue