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.13p2.


From: guix-commits
Subject: branch master updated: gnu: sudo: Update to 1.9.13p2.
Date: Mon, 27 Feb 2023 11:26:49 -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 29a278f65c gnu: sudo: Update to 1.9.13p2.
29a278f65c is described below

commit 29a278f65c39032fa8ab503ba603b1c226068aa4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 26 01:00:01 2023 +0100

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



reply via email to

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