gnu: shadow: Update to 4.8.
* gnu/packages/admin.scm (shadow): Update to 4.8.
This commit is contained in:
		
							parent
							
								
									b7ea10d090
								
							
						
					
					
						commit
						3f64bc32b0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -449,7 +449,7 @@ hostname.")
 | 
				
			||||||
(define-public shadow
 | 
					(define-public shadow
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "shadow")
 | 
					    (name "shadow")
 | 
				
			||||||
    (version "4.7")
 | 
					    (version "4.8")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -457,7 +457,7 @@ hostname.")
 | 
				
			||||||
                    "download/" version "/shadow-" version ".tar.xz"))
 | 
					                    "download/" version "/shadow-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0v71474rx38lg9kidrm4xbk35sg3icv3s5pk2b42icp3lyj9dqg5"))))
 | 
					                "0r5c1p8mfwhw11gb6mjsx1k7d4c32dxai7yss8n5pwy1p61ndd34"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(;; Assume System V `setpgrp (void)', which is the default on GNU
 | 
					     `(;; Assume System V `setpgrp (void)', which is the default on GNU
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue