mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: qtkeychain: Update to 0.7.0.
* gnu/packages/qt.scm (qtkeychain): Update to 0.7.0.
This commit is contained in:
parent
9acd40fee8
commit
6e8dee98e5
1 changed files with 2 additions and 2 deletions
|
@ -635,7 +635,7 @@ (define-public python-pyqt-4
|
|||
(define-public qtkeychain
|
||||
(package
|
||||
(name "qtkeychain")
|
||||
(version "0.6.2")
|
||||
(version "0.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -643,7 +643,7 @@ (define-public qtkeychain
|
|||
"archive/v" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0g76pa786mg0fxy52hrljw09dvi6kffk2ms42lxapvpy6j94a4xf"))))
|
||||
(base32 "0fka5q5cdzlf79igcjgbnb2smvwbwfasqawkzkbr34whispgm6lz"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("qt" ,qt)))
|
||||
|
|
Loading…
Reference in a new issue