mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: passwdqc: Update to 2.0.3.
* gnu/packages/password-utils.scm (passwdqc): Update to 2.0.3.
This commit is contained in:
parent
bb6285afdf
commit
5abd22180e
1 changed files with 4 additions and 4 deletions
|
@ -534,21 +534,21 @@ random passwords that pass the checks.")
|
||||||
(define-public passwdqc
|
(define-public passwdqc
|
||||||
(package
|
(package
|
||||||
(name "passwdqc")
|
(name "passwdqc")
|
||||||
(version "2.0.2")
|
(version "2.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.openwall.com/passwdqc/passwdqc"
|
(uri (string-append "https://www.openwall.com/passwdqc/passwdqc"
|
||||||
"-" version ".tar.gz"))
|
"-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1aq40v5094bhnj86v4i2nmqkybmzzp20q7jb92jgc860cibm07zz"))))
|
"1x4c92b3i5wmxh2111lynyndalpkryvan4wybqchd7rn96yg9c2k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #f ;no tests provided
|
#:tests? #f ; no tests provided
|
||||||
#:make-flags
|
#:make-flags
|
||||||
#~(list (string-append "CC=" #$(cc-for-target))
|
#~(list (string-append "CC=" #$(cc-for-target))
|
||||||
(string-append "DESTDIR=" #$output)
|
(string-append "DESTDIR=" #$output) ; no $prefix support
|
||||||
"BINDIR=/bin"
|
"BINDIR=/bin"
|
||||||
"DEVEL_LIBDIR=/lib"
|
"DEVEL_LIBDIR=/lib"
|
||||||
"SHARED_LIBDIR_REL=."
|
"SHARED_LIBDIR_REL=."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue