This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a31b726  gnu: dpkg: Update to 1.20.7.1.
a31b726 is described below

commit a31b72655d1127dfd67508ab2625fe518b83d009
Author: Vincent Legoll <[email protected]>
AuthorDate: Sat Feb 6 11:43:23 2021 +0100

    gnu: dpkg: Update to 1.20.7.1.
    
    * gnu/packages/debian.scm (dpkg): Update to 1.20.7.1.
    
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/debian.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index a82e6a0..221f23e 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)
@@ -294,7 +294,7 @@ other apt sources typically provided by open source 
developers.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "190q968g1vdz07byvfvc2gladhpq3yl765mfiacglyix3nkisy0j"))))
+          "0d1cppigwhpv0z1ac94gjalkzs3n0gjyi383pkhz1h9d4fvmadk9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases

Reply via email to