mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pwsafe-cli: Fix version.
* gnu/packages/password-utils.scm (pwsafe-cli)[version]: Use 0.2.1 instead of 0.
This commit is contained in:
parent
aac6dd5bd6
commit
9d76ff4304
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ platforms.")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "pwsafe-cli")
|
(name "pwsafe-cli")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0.2.1" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue