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.11p3.


From: guix-commits
Subject: branch master updated: gnu: sudo: Update to 1.9.11p3.
Date: Tue, 21 Jun 2022 13:03:06 -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 3589537dac gnu: sudo: Update to 1.9.11p3.
3589537dac is described below

commit 3589537dacf2f5e49307eaab70f4d2e0e40c0811
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 19 02:00:01 2022 +0200

    gnu: sudo: Update to 1.9.11p3.
    
    * gnu/packages/admin.scm (sudo): Update to 1.9.11p3.
---
 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 c20ed4dac1..5238efce2f 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1845,7 +1845,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.9.11p2")
+    (version "1.9.11p3")
     (source (origin
               (method url-fetch)
               (uri
@@ -1855,7 +1855,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "1lli4z10b5j238cn7471jb8vcjlj5px68x48ysa3f1n0kzmih6d2"))
+                "0w0z9w4vnhjsc4jjghi6wlyv4v055hsy38ncb67p08b7yp9fg1s6"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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