gnu: parallel: Update to 20231222
* gnu/packages/parallel.scm (parallel): Update to 20231222 Change-Id: I4a32d93e7d7d5e79280d8d804701bb4a7ed57bb9 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
		
							parent
							
								
									cd9c908234
								
							
						
					
					
						commit
						0a9fd5536a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -64,14 +64,14 @@ | |||
| (define-public parallel | ||||
|   (package | ||||
|     (name "parallel") | ||||
|     (version "20231122") | ||||
|     (version "20231222") | ||||
|     (source | ||||
|      (origin | ||||
|       (method url-fetch) | ||||
|       (uri (string-append "mirror://gnu/parallel/parallel-" | ||||
|                           version ".tar.bz2")) | ||||
|       (sha256 | ||||
|        (base32 "1qpa3dhmdddw7l5906y8ck8rnri66kqkxcbxhsnj058pmbw9qb42")) | ||||
|        (base32 "1alvva2dlnlq5rbbklzc2a7l84mg550l1xc632zdgfx9dzf6sihr")) | ||||
|       (snippet | ||||
|        '(begin | ||||
|           (use-modules (guix build utils)) | ||||
|  |  | |||
		Reference in a new issue