me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2023-09-14 11:31:41 +03:00
parent 6226b8f72d
commit 0ce57ea4a1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -341,7 +341,7 @@ distributions such as Debian and Trisquel.")
(define-public dpkg (define-public dpkg
(package (package
(name "dpkg") (name "dpkg")
(version "1.21.22") (version "1.22.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -350,7 +350,7 @@ distributions such as Debian and Trisquel.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0b5czgif5g6pdjzcw60hzzj0i1llxvajf3nlx115axmpa3y4iynd")))) (base32 "1p7f2mgrn2iy0xfysxfq4pjbbhbhb2rp649bsik0x25jrck4if83"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:modules (list #:modules
@ -388,6 +388,7 @@ distributions such as Debian and Trisquel.")
`("PATH" ":" prefix (,(string-append #$output `("PATH" ":" prefix (,(string-append #$output
"/bin"))))) "/bin")))))
(list "dpkg-architecture" (list "dpkg-architecture"
"dpkg-buildapi"
"dpkg-buildflags" "dpkg-buildflags"
"dpkg-buildpackage" "dpkg-buildpackage"
"dpkg-checkbuilddeps" "dpkg-checkbuilddeps"