mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: prison: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (prison): Update to 6.3.0. [inputs]: Remove qtbase-5; add zxing-cpp, qtbase, qtdeclarative, and qtmultimedia. Change-Id: I85029a40845518d644754ae6b696c24d80b26793
This commit is contained in:
parent
f4b18d7da7
commit
db36da417d
1 changed files with 3 additions and 3 deletions
|
@ -1374,7 +1374,7 @@ (define-public oxygen-icons
|
|||
(define-public prison
|
||||
(package
|
||||
(name "prison")
|
||||
(version "5.114.0")
|
||||
(version "6.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1382,12 +1382,12 @@ (define-public prison
|
|||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1wbr1lryxmrx65ilq1bhqsdhhikrih977nhpb02fq0cqnvv7v9i7"))))
|
||||
(base32 "0imwniw2lpsjipzyx9vmwwdy370sg5zynh9gk9g1w1c7axr0g63n"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list libdmtx qrencode qtbase-5)) ;; TODO: rethink: nix propagates this
|
||||
(list libdmtx zxing-cpp qrencode qtbase qtdeclarative qtmultimedia))
|
||||
(home-page "https://api.kde.org/frameworks/prison/html/index.html")
|
||||
(synopsis "Barcode generation abstraction layer")
|
||||
(description "Prison is a Qt-based barcode abstraction layer/library and
|
||||
|
|
Loading…
Reference in a new issue