guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: photoflare: Update to 1.6.9.


From: guix-commits
Subject: 03/11: gnu: photoflare: Update to 1.6.9.
Date: Tue, 29 Jun 2021 00:45:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5b9a769b23ab475bfb73899b2749c3ecb55f728b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 29 02:34:44 2021 +0200

    gnu: photoflare: Update to 1.6.9.
    
    * gnu/packages/photo.scm (photoflare): Update to 1.6.9.
---
 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 ead70c3..e2d76d9 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -587,7 +587,7 @@ and enhance them.")
 (define-public photoflare
   (package
     (name "photoflare")
-    (version "1.6.8")
+    (version "1.6.9")
     (source
      (origin
        (method git-fetch)
@@ -596,7 +596,7 @@ and enhance them.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vdn5pk5hrw4i0q3wzzgcggcc9i575ymccm44vq3xihy84c3vnc9"))))
+        (base32 "121fhbggsh6jhrr7m41f27fd34ql7libdr2v0ig5bj6nc2ddwd40"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ;no tests



reply via email to

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