gnu: flameshot: Update to 0.10.2.

* gnu/packages/image.scm (flameshot): Update it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Josselin Poiret 2021-12-14 22:47:52 +01:00 committed by Mathieu Othacehe
parent 360c10ba7e
commit c7ebbd5b53
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1822,7 +1822,7 @@ (define-public libiptcdata
(define-public flameshot
(package
(name "flameshot")
(version "0.8.5")
(version "0.10.2")
(source
(origin
(method git-fetch)
@ -1832,7 +1832,7 @@ (define-public flameshot
(file-name (git-file-name name version))
(sha256
(base32
"1z77igs60lz106vsf6wsayxjafxm3llf2lm4dpvsqyyrxybfq191"))))
"07n98pp5i6i51g7a4vqwbd6xarihzl7r714r2knvw2zn5mlj55dd"))))
(build-system qt-build-system)
(native-inputs
(list qttools))