mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: yapet: Update to 2.4.
* gnu/packages/password-utils.scm (yapet): Update to 2.4.
This commit is contained in:
parent
ca1e978586
commit
5180360198
1 changed files with 2 additions and 2 deletions
|
@ -306,14 +306,14 @@ (define-public shroud
|
||||||
(define-public yapet
|
(define-public yapet
|
||||||
(package
|
(package
|
||||||
(name "yapet")
|
(name "yapet")
|
||||||
(version "2.3")
|
(version "2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://yapet.guengel.ch/downloads/yapet-"
|
(uri (string-append "https://yapet.guengel.ch/downloads/yapet-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fl4s7v1psl52ndd6i7716i9f493aj8ipl6lgmraadnn5h26l3pm"))))
|
(base32 "0b1v0whf70dfjzlwqwwvfv526s828skjvm4xvwly3vcvcmpz59sh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("argon2" ,argon2)
|
`(("argon2" ,argon2)
|
||||||
|
|
Loading…
Reference in a new issue