guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/10: gnu: photoflare: Update to 1.6.6.


From: guix-commits
Subject: 05/10: gnu: photoflare: Update to 1.6.6.
Date: Mon, 30 Nov 2020 15:47:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 09191e37cd2ab3c4799b90a1756644bbf4be6aab
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 30 18:59:32 2020 +0100

    gnu: photoflare: Update to 1.6.6.
    
    * gnu/packages/photo.scm (photoflare): Update to 1.6.6.
---
 gnu/packages/photo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 5ba6050..677d0ed 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -580,7 +580,7 @@ and enhance them.")
 (define-public photoflare
   (package
     (name "photoflare")
-    (version "1.6.5")
+    (version "1.6.6")
     (source
      (origin
        (method git-fetch)
@@ -589,7 +589,7 @@ and enhance them.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0a394324h7ds567z3i3pw6kkii78n4qwdn129kgkkm996yh03q89"))))
+        (base32 "07lrlxagv1bljj607s8m0zsbzx9jrvi18bnxahnm7r4i5car5x2d"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ;no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]