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


From: guix-commits
Subject: branch master updated: gnu: sudo: Update to 1.9.6.
Date: Sat, 13 Mar 2021 16:22:28 -0500

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 faf271e  gnu: sudo: Update to 1.9.6.
faf271e is described below

commit faf271e96e0a9c129790d141858e1b7ab1cadff4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Mar 13 22:16:21 2021 +0100

    gnu: sudo: Update to 1.9.6.
    
    * gnu/packages/admin.scm (sudo): Update to 1.9.6.
---
 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 8b3568e..e938d1b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1495,7 +1495,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.9.5p2")
+    (version "1.9.6")
     (source (origin
               (method url-fetch)
               (uri
@@ -1505,7 +1505,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "0y093z4f3822rc88g9asdch12nljdamp817vjxk04mca7ks2x7jk"))
+                "0m9szw1fxj319z7d2j9nm04cbwk0flczwp1v4zb7sbndj825ijb2"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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