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


From: guix-commits
Subject: branch master updated: gnu: sudo: Update to 1.9.10.
Date: Thu, 03 Mar 2022 20:35:35 -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 a001522657 gnu: sudo: Update to 1.9.10.
a001522657 is described below

commit a001522657a7f960e6c5c903c042557e73c61f4a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 27 01:00:01 2022 +0100

    gnu: sudo: Update to 1.9.10.
    
    * gnu/packages/admin.scm (sudo): Update to 1.9.10.
---
 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 c8f91aab0d..81c2d2a38c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1708,7 +1708,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.9.8p2")
+    (version "1.9.10")
     (source (origin
               (method url-fetch)
               (uri
@@ -1718,7 +1718,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "0b8gd15l2g22w4fhhz0gzmq5c8370klanmy2c1p3px6yly6qnfwy"))
+                "1x34k8sd2msfjjsahff1q143gr5j9z19jx2rmkkbiiz7k084d8a4"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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