mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -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
|
||||
(package
|
||||
(name "yapet")
|
||||
(version "2.3")
|
||||
(version "2.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://yapet.guengel.ch/downloads/yapet-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1fl4s7v1psl52ndd6i7716i9f493aj8ipl6lgmraadnn5h26l3pm"))))
|
||||
(base32 "0b1v0whf70dfjzlwqwwvfv526s828skjvm4xvwly3vcvcmpz59sh"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("argon2" ,argon2)
|
||||
|
|
Loading…
Reference in a new issue