gnu: re2: Update to 2019-08-01.
* gnu/packages/regex.scm (re2): Update to 2019-08-01.
This commit is contained in:
		
							parent
							
								
									ac6b78488f
								
							
						
					
					
						commit
						f339cb188a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -30,7 +30,7 @@ | |||
| (define-public re2 | ||||
|    (package | ||||
|      (name "re2") | ||||
|      (version "2019-07-01") | ||||
|      (version "2019-08-01") | ||||
|      (home-page "https://github.com/google/re2") | ||||
|      (source (origin | ||||
|                (method git-fetch) | ||||
|  | @ -38,7 +38,7 @@ | |||
|                (file-name (git-file-name name version)) | ||||
|                (sha256 | ||||
|                 (base32 | ||||
|                  "1ric6gdnf5mqj5iy5f81al49mr3mmjqj3nqi3mw2hjdbbgwkdn71")))) | ||||
|                  "11w9x16y26nfgliis28ivrh9b1x6pxawdwxfwxfjh34h57c0dkzg")))) | ||||
|      (build-system gnu-build-system) | ||||
|      (arguments | ||||
|       `(#:modules ((guix build gnu-build-system) | ||||
|  |  | |||
		Reference in a new issue