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


From: guix-commits
Subject: branch master updated: gnu: sudo: Update to 1.9.8.
Date: Mon, 13 Sep 2021 13:16:45 -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 7229799  gnu: sudo: Update to 1.9.8.
7229799 is described below

commit 72297993a174586ee0a23b95b6b9ee2f3db34cf1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 13 19:15:01 2021 +0200

    gnu: sudo: Update to 1.9.8.
    
    * gnu/packages/admin.scm (sudo): Update to 1.9.8.
---
 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 db820b2..c7e83cd 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1669,7 +1669,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.9.7p2")
+    (version "1.9.8")
     (source (origin
               (method url-fetch)
               (uri
@@ -1679,7 +1679,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "1a7w99mlpa7kb7zfqkhvafli0a3xhz50kws25y2sg2dzbmrfxd98"))
+                "1rlln9nb3lvg4qlkp0c9qxjflx36rf16mflg0sps2kl0k7lmswzi"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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