guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: flameshot: Update to 0.10.2.


From: guix-commits
Subject: 07/08: gnu: flameshot: Update to 0.10.2.
Date: Sun, 19 Dec 2021 07:17:49 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit c7ebbd5b5301626e6a80c61ef07e8ca77ec56294
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Tue Dec 14 22:47:52 2021 +0100

    gnu: flameshot: Update to 0.10.2.
    
    * gnu/packages/image.scm (flameshot): Update it.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index a4cec47..1681162 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1822,7 +1822,7 @@ parsing, viewing, modifying, and saving this metadata.")
 (define-public flameshot
   (package
     (name "flameshot")
-    (version "0.8.5")
+    (version "0.10.2")
     (source
      (origin
        (method git-fetch)
@@ -1832,7 +1832,7 @@ parsing, viewing, modifying, and saving this metadata.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1z77igs60lz106vsf6wsayxjafxm3llf2lm4dpvsqyyrxybfq191"))))
+         "07n98pp5i6i51g7a4vqwbd6xarihzl7r714r2knvw2zn5mlj55dd"))))
     (build-system qt-build-system)
     (native-inputs
      (list qttools))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]