mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: photoflare: Update to 1.6.10.
* gnu/packages/photo.scm (photoflare): Update to 1.6.10.
This commit is contained in:
parent
aa718586fa
commit
dc5a73b606
1 changed files with 2 additions and 2 deletions
|
@ -582,7 +582,7 @@ (define-public darktable
|
|||
(define-public photoflare
|
||||
(package
|
||||
(name "photoflare")
|
||||
(version "1.6.9")
|
||||
(version "1.6.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -591,7 +591,7 @@ (define-public photoflare
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "121fhbggsh6jhrr7m41f27fd34ql7libdr2v0ig5bj6nc2ddwd40"))))
|
||||
(base32 "1sm4m9nga1lyqycgqbh08cib5dg4fnrz9qkrliycr3dbisy360lm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ;no tests
|
||||
|
|
Loading…
Reference in a new issue