gnu: cracklib: Update to 2.9.8.

* gnu/packages/password-utils.scm (cracklib): Update to 2.9.8.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:02 +02:00
parent 14bcee508e
commit 0627af4db2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -371,7 +371,7 @@ and vice versa.")
(define-public cracklib
(package
(name "cracklib")
(version "2.9.7")
(version "2.9.8")
(source
(origin
(method url-fetch)
@ -379,7 +379,7 @@ and vice versa.")
"releases/download/v" version "/"
"cracklib-" version ".tar.bz2"))
(sha256
(base32 "1rimpjsdnmw8f5b7k558cic41p2qy2n2yrlqp5vh7mp4162hk0py"))))
(base32 "11p3f0yqg9d32g3n1qik7jfyl2l14pf8i8vzq3bpram3bqw3978z"))))
(build-system gnu-build-system)
(arguments
`(#:phases