gnu: photoflare: Update to 1.6.8.
* gnu/packages/photo.scm (photoflare): Update to 1.6.8.
This commit is contained in:
parent
a06a041579
commit
b8760c8ef5
1 changed files with 2 additions and 2 deletions
|
@ -586,7 +586,7 @@ and enhance them.")
|
||||||
(define-public photoflare
|
(define-public photoflare
|
||||||
(package
|
(package
|
||||||
(name "photoflare")
|
(name "photoflare")
|
||||||
(version "1.6.7")
|
(version "1.6.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -595,7 +595,7 @@ and enhance them.")
|
||||||
(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 "0rh5gvnc1zwx4p9h599s82m69gsxp19nnfcxsblx3b2ddwzxh78v"))))
|
(base32 "0vdn5pk5hrw4i0q3wzzgcggcc9i575ymccm44vq3xihy84c3vnc9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;no tests
|
'(#:tests? #f ;no tests
|
||||||
|
|
Reference in a new issue