gnu: yapet: Update to 2.5.
* gnu/packages/password-utils.scm (yapet): Update to 2.5.master
parent
8c0d6a533a
commit
1385ac55a4
|
@ -307,14 +307,14 @@ applications, there is xclip integration." )
|
||||||
(define-public yapet
|
(define-public yapet
|
||||||
(package
|
(package
|
||||||
(name "yapet")
|
(name "yapet")
|
||||||
(version "2.4")
|
(version "2.5")
|
||||||
(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 "0b1v0whf70dfjzlwqwwvfv526s828skjvm4xvwly3vcvcmpz59sh"))))
|
(base32 "0hpibsdry259cmvps35isr6jn9cd9fsk3r1h0ppjx9zxfrpqwldg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("argon2" ,argon2)
|
`(("argon2" ,argon2)
|
||||||
|
|
Reference in New Issue