mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: qtkeychain: Update to 0.14.3.
* gnu/packages/qt.scm (qtkeychain): Update to 0.14.3. Change-Id: Id67ee55220d95afa22d65fdcf10dd69c8b6dc9b4
This commit is contained in:
parent
4cc6f446c8
commit
6955cba8bd
1 changed files with 13 additions and 13 deletions
|
@ -4331,17 +4331,17 @@ (define-public python-pyqt+qscintilla
|
|||
(define-public qtkeychain
|
||||
(package
|
||||
(name "qtkeychain")
|
||||
(version "0.13.2")
|
||||
(version "0.14.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/frankosterfeld/qtkeychain/")
|
||||
(commit (string-append "v" version))))
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zk6r2vc1q48qs7mw2h47bpgrfbb9r7lf9cwq4sb1a4nls87zznk"))))
|
||||
"1li40ka0g8v2f1q01gpabpx264wmk5zrv2961sg3byj70kf9fmgv"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config qttools-5))
|
||||
|
|
Loading…
Reference in a new issue