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


From: guix-commits
Subject: branch master updated: gnu: sudo: Update to 1.9.3.
Date: Mon, 21 Sep 2020 14:35:53 -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 635bf73  gnu: sudo: Update to 1.9.3.
635bf73 is described below

commit 635bf73d2f1b5e8bd913de4e673273a39830a7c2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 21 20:28:35 2020 +0200

    gnu: sudo: Update to 1.9.3.
    
    * gnu/packages/admin.scm (sudo): Update to 1.9.3.
---
 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 5ab6cdb..c73e484 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1397,7 +1397,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.9.2")
+    (version "1.9.3")
     (source (origin
               (method url-fetch)
               (uri
@@ -1407,7 +1407,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "05432672iilb7s52j9l9xzrlambb1wg3k7qvf5973i41y40x563w"))
+                "0dsq7xf55060cx88286h71l74fia76mf6gbw5j6fs59v7g68k60x"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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