guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: dpkg: Update to 1.20.7.1.


From: guix-commits
Subject: branch master updated: gnu: dpkg: Update to 1.20.7.1.
Date: Mon, 08 Feb 2021 03:24:08 -0500

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 <vincent.legoll@gmail.com>
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 <efraim@flashner.co.il>
---
 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

[Prev in Thread] Current Thread [Next in Thread]