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


From: guix-commits
Subject: branch master updated: gnu: sudo: Update to 1.9.7p2.
Date: Tue, 27 Jul 2021 12:11:14 -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 5dc4fe1  gnu: sudo: Update to 1.9.7p2.
5dc4fe1 is described below

commit 5dc4fe1004b093cda46dc249012688f560544ada
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jul 27 18:09:58 2021 +0200

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



reply via email to

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