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 @@ parsing, viewing, modifying, and saving this metadata.")
 | 
				
			||||||
(define-public flameshot
 | 
					(define-public flameshot
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "flameshot")
 | 
					    (name "flameshot")
 | 
				
			||||||
    (version "0.8.5")
 | 
					    (version "0.10.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1832,7 +1832,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
 | 
				
			||||||
         "1z77igs60lz106vsf6wsayxjafxm3llf2lm4dpvsqyyrxybfq191"))))
 | 
					         "07n98pp5i6i51g7a4vqwbd6xarihzl7r714r2knvw2zn5mlj55dd"))))
 | 
				
			||||||
    (build-system qt-build-system)
 | 
					    (build-system qt-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list qttools))
 | 
					     (list qttools))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue