Archived
1
0
Fork 0

gnu: sudo: Update to 1.9.2.

* gnu/packages/admin.scm (sudo): Update to 1.9.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-22 22:37:02 +02:00
parent 4656180d5d
commit d29821c67b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1366,7 +1366,7 @@ system administrator.")
(define-public sudo (define-public sudo
(package (package
(name "sudo") (name "sudo")
(version "1.9.1") (version "1.9.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1376,7 +1376,7 @@ system administrator.")
version ".tar.gz"))) version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"1zxd6hxwhxqrm876wsn9bfajbfc4hc6l9ivzj5rjg80hzv71ch99")) "05432672iilb7s52j9l9xzrlambb1wg3k7qvf5973i41y40x563w"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin