mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: kimageannotator: Update to 0.7.1.
* gnu/packages/kde-frameworks.scm (kimageannotator): Update to 0.7.1. Change-Id: I847a08e2b36b138a135998a77c7e27449679766c
This commit is contained in:
parent
cbf60a9122
commit
6e76ecde2d
1 changed files with 2 additions and 2 deletions
|
@ -1853,7 +1853,7 @@ (define-public kfilemetadata
|
|||
(define-public kimageannotator
|
||||
(package
|
||||
(name "kimageannotator")
|
||||
(version "0.7.0")
|
||||
(version "0.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1863,7 +1863,7 @@ (define-public kimageannotator
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ac0cxbq88zzvkgs5d39xpzk0h7xhl57yswgd760x77py0rl5bqf"))))
|
||||
"1f1y4r5rb971v2g34fgjbr14g0mdms5h66yl5k0p1zf50kr2wnic"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~'("-DBUILD_TESTS=ON")
|
||||
|
|
Loading…
Reference in a new issue