Message ID | 20210127121630.2063-1-vincent.legoll@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [bug#46128] gnu: dpkg: Update to 1.20.7.1. | expand |
Context | Check | Description |
---|---|---|
cbaines/submitting builds | success | |
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
On Wed, Jan 27, 2021 at 01:16:30PM +0100, Vincent Legoll wrote:
> * gnu/packages/debian.scm (dpkg): Update to 1.20.7.1.
I think you forgot to update the hash of the source code.
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index a82e6a07a8..de45e241d8 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -284,7 +284,7 @@ other apt sources typically provided by open source developers.") (define-public dpkg (package (name "dpkg") - (version "1.20.5") + (version "1.20.7.1") (source (origin (method git-fetch)