Archived
1
0
Fork 0

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 (define-public shadow
(package (package
(name "shadow") (name "shadow")
(version "4.9") (version "4.13")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://github.com/shadow-maint/shadow/releases/" "https://github.com/shadow-maint/shadow/releases/"
"download/v" version "/shadow-" version ".tar.xz")) "download/" version "/shadow-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0i4iijbshnwnsrskxzrh18xgmzff0hdpsnnkmyc2gdn1x4n1zv7y")))) "0b6xz415b4y3y5nk3pw9xibv05kln4cjbmhybyncmrx2g5fj9zls"))))
(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