mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: photoflare: Update to 1.6.6.
* gnu/packages/photo.scm (photoflare): Update to 1.6.6.
This commit is contained in:
parent
ca0c30f1fa
commit
09191e37cd
1 changed files with 2 additions and 2 deletions
|
@ -580,7 +580,7 @@ and enhance them.")
|
||||||
(define-public photoflare
|
(define-public photoflare
|
||||||
(package
|
(package
|
||||||
(name "photoflare")
|
(name "photoflare")
|
||||||
(version "1.6.5")
|
(version "1.6.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -589,7 +589,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 "0a394324h7ds567z3i3pw6kkii78n4qwdn129kgkkm996yh03q89"))))
|
(base32 "07lrlxagv1bljj607s8m0zsbzx9jrvi18bnxahnm7r4i5car5x2d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;no tests
|
'(#:tests? #f ;no tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue