gnu: passwdqc: Update to 2.0.3.

* gnu/packages/password-utils.scm (passwdqc): Update to 2.0.3.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent bb6285afdf
commit 5abd22180e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -534,21 +534,21 @@ (define-public libpwquality
(define-public passwdqc
(package
(name "passwdqc")
(version "2.0.2")
(version "2.0.3")
(source (origin
(method url-fetch)
(uri (string-append "https://www.openwall.com/passwdqc/passwdqc"
"-" version ".tar.gz"))
(sha256
(base32
"1aq40v5094bhnj86v4i2nmqkybmzzp20q7jb92jgc860cibm07zz"))))
"1x4c92b3i5wmxh2111lynyndalpkryvan4wybqchd7rn96yg9c2k"))))
(build-system gnu-build-system)
(arguments
(list
#:tests? #f ;no tests provided
#:tests? #f ; no tests provided
#:make-flags
#~(list (string-append "CC=" #$(cc-for-target))
(string-append "DESTDIR=" #$output)
(string-append "DESTDIR=" #$output) ; no $prefix support
"BINDIR=/bin"
"DEVEL_LIBDIR=/lib"
"SHARED_LIBDIR_REL=."