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.2.


From: guix-commits
Subject: branch master updated: gnu: sudo: Update to 1.9.2.
Date: Wed, 22 Jul 2020 16:50:22 -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 d29821c  gnu: sudo: Update to 1.9.2.
d29821c is described below

commit d29821c67bb7f2a69e840053fcf8d1bf462bd022
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 22 22:37:02 2020 +0200

    gnu: sudo: Update to 1.9.2.
    
    * gnu/packages/admin.scm (sudo): Update to 1.9.2.
---
 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 cdc030b..ddf6bb8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1366,7 +1366,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.9.1")
+    (version "1.9.2")
     (source (origin
               (method url-fetch)
               (uri
@@ -1376,7 +1376,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "1zxd6hxwhxqrm876wsn9bfajbfc4hc6l9ivzj5rjg80hzv71ch99"))
+                "05432672iilb7s52j9l9xzrlambb1wg3k7qvf5973i41y40x563w"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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