mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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:
parent
360c10ba7e
commit
c7ebbd5b53
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue