From 0ce57ea4a17139038c79a00057635e89103c76f6 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 14 Sep 2023 11:31:41 +0300 Subject: [PATCH] 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. --- gnu/packages/debian.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index f011802ed3..6e40096199 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -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"