diff options
author | Vinicius Monego <monego@posteo.net> | 2022-06-14 14:43:47 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2022-06-18 13:07:09 -0300 |
commit | dc5a73b6065d6aa71325b3aa51adb6df690ee1ee (patch) | |
tree | 94271aa47c9446e4b0bfbe9367fd6d9b817fb69f /gnu | |
parent | aa718586fa1f8e27eb27cd243bd4b5d0d9acc2d8 (diff) | |
download | guix-dc5a73b6065d6aa71325b3aa51adb6df690ee1ee.tar guix-dc5a73b6065d6aa71325b3aa51adb6df690ee1ee.tar.gz |
gnu: photoflare: Update to 1.6.10.
* gnu/packages/photo.scm (photoflare): Update to 1.6.10.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/photo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index a7286fcf9a..447fc93f42 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -582,7 +582,7 @@ and enhance them.") (define-public photoflare (package (name "photoflare") - (version "1.6.9") + (version "1.6.10") (source (origin (method git-fetch) @@ -591,7 +591,7 @@ and enhance them.") (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 |