gnu: doctest: Update to 2.4.6.
* gnu/packages/check.scm (doctest): Update to 2.4.6.
This commit is contained in:
		
							parent
							
								
									846a6aadd6
								
							
						
					
					
						commit
						23f964a62c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -561,7 +561,7 @@ and it supports a very flexible form of test discovery.") | |||
| (define-public doctest | ||||
|   (package | ||||
|     (name "doctest") | ||||
|     (version "2.4.5") | ||||
|     (version "2.4.6") | ||||
|     (home-page "https://github.com/onqtam/doctest") | ||||
|     (source (origin | ||||
|               (method git-fetch) | ||||
|  | @ -569,7 +569,7 @@ and it supports a very flexible form of test discovery.") | |||
|               (file-name (git-file-name name version)) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "1pc34dvpgdzx3paqdf0khgs87kvjncx27yn434f5ic33r1lwr9r4")))) | ||||
|                 "14m3q6d96zg6d99x1152jkly50gdjrn5ylrbhax53pfgfzzc5yqx")))) | ||||
|     (build-system cmake-build-system) | ||||
|     (synopsis "C++ test framework") | ||||
|     (description | ||||
|  |  | |||
		Reference in a new issue