diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-30 23:02:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-30 23:03:39 +0200 |
commit | e64a3b436aabe4a510f81184fd34e04265b63bc7 (patch) | |
tree | 0abb1fc46869d7f61c52f31db176cc019c4e819e | |
parent | 59bc15cf88cfe50ed14363d81dd63693109c8cf2 (diff) | |
download | guix-e64a3b436aabe4a510f81184fd34e04265b63bc7.tar guix-e64a3b436aabe4a510f81184fd34e04265b63bc7.tar.gz |
gnu: sudo: Update to 1.8.23.
* gnu/packages/admin.scm (sudo): Update to 1.8.23.
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index b0fb4319cb..9abf1ea2e3 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")))) |