gnu: dpkg: Update to 1.22.0.
* gnu/packages/debian.scm (dpkg): Update to 1.22.0. [arguments]: Wrap another script in the custom 'wrap-scripts phase.
This commit is contained in:
		
							parent
							
								
									6226b8f72d
								
							
						
					
					
						commit
						0ce57ea4a1
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -341,7 +341,7 @@ distributions such as Debian and Trisquel.") | |||
| (define-public dpkg | ||||
|   (package | ||||
|     (name "dpkg") | ||||
|     (version "1.21.22") | ||||
|     (version "1.22.0") | ||||
|     (source | ||||
|       (origin | ||||
|         (method git-fetch) | ||||
|  | @ -350,7 +350,7 @@ distributions such as Debian and Trisquel.") | |||
|                (commit version))) | ||||
|         (file-name (git-file-name name version)) | ||||
|         (sha256 | ||||
|          (base32 "0b5czgif5g6pdjzcw60hzzj0i1llxvajf3nlx115axmpa3y4iynd")))) | ||||
|          (base32 "1p7f2mgrn2iy0xfysxfq4pjbbhbhb2rp649bsik0x25jrck4if83")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      (list #:modules | ||||
|  | @ -388,6 +388,7 @@ distributions such as Debian and Trisquel.") | |||
|                           `("PATH" ":" prefix (,(string-append #$output | ||||
|                                                                "/bin"))))) | ||||
|                       (list "dpkg-architecture" | ||||
|                             "dpkg-buildapi" | ||||
|                             "dpkg-buildflags" | ||||
|                             "dpkg-buildpackage" | ||||
|                             "dpkg-checkbuilddeps" | ||||
|  |  | |||
		Reference in a new issue