me
/
guix
Archived
1
0
Fork 0

gnu: yapet: Update to 2.5.

* gnu/packages/password-utils.scm (yapet): Update to 2.5.
master
Tobias Geerinckx-Rice 2020-12-07 21:31:21 +01:00
parent 8c0d6a533a
commit 1385ac55a4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -307,14 +307,14 @@ applications, there is xclip integration." )
(define-public yapet
(package
(name "yapet")
(version "2.4")
(version "2.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://yapet.guengel.ch/downloads/yapet-"
version ".tar.xz"))
(sha256
(base32 "0b1v0whf70dfjzlwqwwvfv526s828skjvm4xvwly3vcvcmpz59sh"))))
(base32 "0hpibsdry259cmvps35isr6jn9cd9fsk3r1h0ppjx9zxfrpqwldg"))))
(build-system gnu-build-system)
(inputs
`(("argon2" ,argon2)