gnu: parallel: Update to 20240722.
* gnu/packages/parallel.scm (parallel): Update to 20240722. Change-Id: I0b13441a038807dd45a13a9b153ca6ba8799507d Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
		
							parent
							
								
									47da5abba4
								
							
						
					
					
						commit
						2c5eaa61e5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -68,14 +68,14 @@ | ||||||
| (define-public parallel | (define-public parallel | ||||||
|   (package |   (package | ||||||
|     (name "parallel") |     (name "parallel") | ||||||
|     (version "20240622") |     (version "20240722") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|       (method url-fetch) |       (method url-fetch) | ||||||
|       (uri (string-append "mirror://gnu/parallel/parallel-" |       (uri (string-append "mirror://gnu/parallel/parallel-" | ||||||
|                           version ".tar.bz2")) |                           version ".tar.bz2")) | ||||||
|       (sha256 |       (sha256 | ||||||
|        (base32 "1m9qpx6c7b62s1kjp6aj0qfnj3fw2pl72q32bdykqi5x0z4i1qip")) |        (base32 "1w2k1s7fmbj7csnmxxzvg07i5vgja1ddhjj6m6z2ibvnyxqm8cy7")) | ||||||
|       (snippet |       (snippet | ||||||
|        '(begin |        '(begin | ||||||
|           (use-modules (guix build utils)) |           (use-modules (guix build utils)) | ||||||
|  |  | ||||||
		Reference in a new issue