me
/
guix
Archived
1
0
Fork 0

gnu: shadow: Update to 4.8.1.

* gnu/packages/admin.scm (shadow): Update to 4.8.1.
master
Marius Bakke 2020-01-30 15:17:04 +01:00
parent c44ba52534
commit 1c78a291a0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -451,7 +451,7 @@ hostname.")
(define-public shadow
(package
(name "shadow")
(version "4.8")
(version "4.8.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -459,7 +459,7 @@ hostname.")
"download/" version "/shadow-" version ".tar.xz"))
(sha256
(base32
"0r5c1p8mfwhw11gb6mjsx1k7d4c32dxai7yss8n5pwy1p61ndd34"))))
"0qmfq50sdhz6xilgxvinblll8j2iqfl7hwk45bq744y4plq4dbd3"))))
(build-system gnu-build-system)
(arguments
`(;; Assume System V `setpgrp (void)', which is the default on GNU