gnu: photoflare: Update to 1.6.9.

* gnu/packages/photo.scm (photoflare): Update to 1.6.9.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-29 02:34:44 +02:00
parent 13d938bead
commit 5b9a769b23
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -587,7 +587,7 @@ (define-public darktable
(define-public photoflare (define-public photoflare
(package (package
(name "photoflare") (name "photoflare")
(version "1.6.8") (version "1.6.9")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -596,7 +596,7 @@ (define-public photoflare
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0vdn5pk5hrw4i0q3wzzgcggcc9i575ymccm44vq3xihy84c3vnc9")))) (base32 "121fhbggsh6jhrr7m41f27fd34ql7libdr2v0ig5bj6nc2ddwd40"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ;no tests '(#:tests? #f ;no tests