guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: sudo: Update to 1.9.13p1.


From: guix-commits
Subject: 06/06: gnu: sudo: Update to 1.9.13p1.
Date: Fri, 17 Feb 2023 16:26:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8e3e748bbeb6d6ba7200c9c27d60896bd3ad51c0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 12 01:00:02 2023 +0100

    gnu: sudo: Update to 1.9.13p1.
    
    * gnu/packages/admin.scm (sudo): Update to 1.9.13p1.
---
 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 a6204b0704..3517d9a47d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1969,7 +1969,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.9.13")
+    (version "1.9.13p1")
     (source (origin
               (method url-fetch)
               (uri
@@ -1979,7 +1979,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "0dp4fy0nrqby06vcl34dnxzpqbzifacw7p15v4ls3c7d8rdlam9z"))
+                "0hxxagc2v35rzf8jgjdyf92axxbm3mvxm2bx5jhmysz5mj1knak7"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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