gnu: flameshot: Update to 12.1.0.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
arkhan 2022-07-12 19:01:21 -05:00 committed by Ludovic Courtès
parent 3f62ddc0d5
commit 22530b2645
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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