mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: sudo: Update to 1.9.3p1.
* gnu/packages/admin.scm (sudo): Update to 1.9.3p1.
This commit is contained in:
parent
035df987f1
commit
5c9ea15daa
1 changed files with 2 additions and 2 deletions
|
@ -1397,7 +1397,7 @@ (define-public rottlog
|
|||
(define-public sudo
|
||||
(package
|
||||
(name "sudo")
|
||||
(version "1.9.3")
|
||||
(version "1.9.3p1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -1407,7 +1407,7 @@ (define-public sudo
|
|||
version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0dsq7xf55060cx88286h71l74fia76mf6gbw5j6fs59v7g68k60x"))
|
||||
"17mldsg5d08s23cskmjxfa81ibnqw3slgf3l4023j72ywi9xxffw"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue