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:
parent
3f62ddc0d5
commit
22530b2645
1 changed files with 2 additions and 2 deletions
|
@ -1814,7 +1814,7 @@ parsing, viewing, modifying, and saving this metadata.")
|
||||||
(define-public flameshot
|
(define-public flameshot
|
||||||
(package
|
(package
|
||||||
(name "flameshot")
|
(name "flameshot")
|
||||||
(version "0.10.2")
|
(version "12.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1824,7 +1824,7 @@ parsing, viewing, modifying, and saving this metadata.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07n98pp5i6i51g7a4vqwbd6xarihzl7r714r2knvw2zn5mlj55dd"))))
|
"1p7gqs5vqzbddlgl38lbanchwb14m6lx8f2cn2c5p0vyqwvqqv52"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools))
|
(list qttools))
|
||||||
|
|
Reference in a new issue