gnu: yapet: Update to 2.4.

* gnu/packages/password-utils.scm (yapet): Update to 2.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-13 05:22:57 +02:00
parent ca1e978586
commit 5180360198
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)