gnu: sudo: Update to 1.9.8p2.
* gnu/packages/admin.scm (sudo): Update to 1.9.8p2.
This commit is contained in:
		
							parent
							
								
									f9fd3752f6
								
							
						
					
					
						commit
						1572737db3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1669,7 +1669,7 @@ system administrator.")
 | 
				
			||||||
(define-public sudo
 | 
					(define-public sudo
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "sudo")
 | 
					    (name "sudo")
 | 
				
			||||||
    (version "1.9.8p1")
 | 
					    (version "1.9.8p2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri
 | 
					              (uri
 | 
				
			||||||
| 
						 | 
					@ -1679,7 +1679,7 @@ system administrator.")
 | 
				
			||||||
                                    version ".tar.gz")))
 | 
					                                    version ".tar.gz")))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0scd70jds35pdai527cjgdd9c41a7gakpam41hpak5bhvwjfwf89"))
 | 
					                "0b8gd15l2g22w4fhhz0gzmq5c8370klanmy2c1p3px6yly6qnfwy"))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					              (modules '((guix build utils)))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
               '(begin
 | 
					               '(begin
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue