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


From: guix-commits
Subject: branch master updated: gnu: sudo: Update to 1.9.1.
Date: Fri, 19 Jun 2020 05:51:14 -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 748a167  gnu: sudo: Update to 1.9.1.
748a167 is described below

commit 748a167c81521e7e2fc57c2e51f48e4d90e4448b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jun 19 11:49:31 2020 +0200

    gnu: sudo: Update to 1.9.1.
    
    * gnu/packages/admin.scm (sudo): Update to 1.9.1.
---
 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 a1b84f7..de2f653 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1364,7 +1364,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.9.0")
+    (version "1.9.1")
     (source (origin
               (method url-fetch)
               (uri
@@ -1374,7 +1374,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "0p7r3cl16pjwbc48ff1gbhjw51lngrghvwblxz5lxpyzqlwi88xb"))
+                "1zxd6hxwhxqrm876wsn9bfajbfc4hc6l9ivzj5rjg80hzv71ch99"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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