gnu: shadow: Update to 4.13.

* gnu/packages/admin.scm (shadow): Update to 4.13.
This commit is contained in:
Efraim Flashner 2022-11-27 15:52:33 +02:00
parent 542de7f82d
commit 6b51f33fbf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -882,15 +882,15 @@ hostname.")
(define-public shadow
(package
(name "shadow")
(version "4.9")
(version "4.13")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/shadow-maint/shadow/releases/"
"download/v" version "/shadow-" version ".tar.xz"))
"download/" version "/shadow-" version ".tar.xz"))
(sha256
(base32
"0i4iijbshnwnsrskxzrh18xgmzff0hdpsnnkmyc2gdn1x4n1zv7y"))))
"0b6xz415b4y3y5nk3pw9xibv05kln4cjbmhybyncmrx2g5fj9zls"))))
(build-system gnu-build-system)
(arguments
`(;; Assume System V `setpgrp (void)', which is the default on GNU