guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sudo: Update to 1.9.7.


From: guix-commits
Subject: branch master updated: gnu: sudo: Update to 1.9.7.
Date: Wed, 12 May 2021 12:51:27 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1f68568  gnu: sudo: Update to 1.9.7.
1f68568 is described below

commit 1f685684a0f91d7dcd9cb2672789529e1f169504
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed May 12 18:50:07 2021 +0200

    gnu: sudo: Update to 1.9.7.
    
    * gnu/packages/admin.scm (sudo): Update to 1.9.7.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index fdcbf28..e2a6400 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1586,7 +1586,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.9.6p1")
+    (version "1.9.7")
     (source (origin
               (method url-fetch)
               (uri
@@ -1596,7 +1596,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "146alf6cwnzjcckia8m0ibcj9ram2z469f5z7v6vkzpsb30cvsd9"))
+                "0jg5vf6hc0j2bh4vqwsb4jybhryrsh4kz97r1salvf4rcqnprgib"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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