mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: qtkeychain: Update to 0.8.0.
* gnu/packages/qt.scm (qtkeychain): Update to 0.8.0.
This commit is contained in:
parent
cd48a54902
commit
4ad70ad8de
1 changed files with 4 additions and 3 deletions
|
@ -1347,7 +1347,7 @@ (define-public python2-pyqt-4
|
||||||
(define-public qtkeychain
|
(define-public qtkeychain
|
||||||
(package
|
(package
|
||||||
(name "qtkeychain")
|
(name "qtkeychain")
|
||||||
(version "0.7.0")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1355,7 +1355,7 @@ (define-public qtkeychain
|
||||||
"archive/v" version ".tar.gz"))
|
"archive/v" version ".tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fka5q5cdzlf79igcjgbnb2smvwbwfasqawkzkbr34whispgm6lz"))))
|
(base32 "0bxi5pfhxdvwk8yxa06lk2d7lcibmfqhahbin82bqf3m341zd4ml"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("qttools" ,qttools)))
|
`(("qttools" ,qttools)))
|
||||||
|
@ -1370,7 +1370,8 @@ (define-public qtkeychain
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("\\$\\{qt_translations_dir\\}")
|
(("\\$\\{qt_translations_dir\\}")
|
||||||
"${CMAKE_INSTALL_PREFIX}/share/qt/translations")))))))
|
"${CMAKE_INSTALL_PREFIX}/share/qt/translations"))
|
||||||
|
#t)))))
|
||||||
(home-page "https://github.com/frankosterfeld/qtkeychain")
|
(home-page "https://github.com/frankosterfeld/qtkeychain")
|
||||||
(synopsis "Qt API to store passwords")
|
(synopsis "Qt API to store passwords")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue