guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sudo: Update to 1.8.23.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: sudo: Update to 1.8.23.
Date: Mon, 30 Apr 2018 17:04:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e64a3b436aabe4a510f81184fd34e04265b63bc7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 30 23:02:59 2018 +0200

    gnu: sudo: Update to 1.8.23.
    
    * gnu/packages/admin.scm (sudo): Update to 1.8.23.
---
 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 b0fb431..9abf1ea 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -955,7 +955,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.8.22")
+    (version "1.8.23")
     (source (origin
               (method url-fetch)
               (uri
@@ -965,7 +965,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "00pxp74xkwdcmrjwy55j0k8p684jk1zx3nzdc11v30q8q8kwnmkj"))
+                "0yg62wq8rcrbr7qvh3wgfg2g4bwanbi50cr2lf2cfyy8dydx4qyq"))
               (modules '((guix build utils)))
               (snippet
                '(delete-file-recursively "lib/zlib"))))



reply via email to

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