guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: flameshot: Update to 12.1.0.


From: guix-commits
Subject: 08/08: gnu: flameshot: Update to 12.1.0.
Date: Tue, 19 Jul 2022 17:32:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 22530b2645d64658e4b7dea8801f5604dfd395a0
Author: arkhan <arkhan@riseup.net>
AuthorDate: Tue Jul 12 19:01:21 2022 -0500

    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>
---
 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 e155f30731..d52d57b3b1 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1814,7 +1814,7 @@ parsing, viewing, modifying, and saving this metadata.")
 (define-public flameshot
   (package
     (name "flameshot")
-    (version "0.10.2")
+    (version "12.1.0")
     (source
      (origin
        (method git-fetch)
@@ -1824,7 +1824,7 @@ parsing, viewing, modifying, and saving this metadata.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "07n98pp5i6i51g7a4vqwbd6xarihzl7r714r2knvw2zn5mlj55dd"))))
+         "1p7gqs5vqzbddlgl38lbanchwb14m6lx8f2cn2c5p0vyqwvqqv52"))))
     (build-system qt-build-system)
     (native-inputs
      (list qttools))



reply via email to

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