guix-commits
[Top][All Lists]
Advanced

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

09/23: gnu: lensfun: Update to 0.3.4.


From: guix-commits
Subject: 09/23: gnu: lensfun: Update to 0.3.4.
Date: Thu, 20 Jul 2023 17:05:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 306c1ab71c890de8e68b69e48db0f9fe7e1bbfdd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200

    gnu: lensfun: Update to 0.3.4.
    
    * gnu/packages/photo.scm (lensfun): Update to 0.3.4.
---
 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 309601092b..da12fa692c 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -416,7 +416,7 @@ scene to produce an image that looks much like a 
tone-mapped image.")
 (define-public lensfun
   (package
     (name "lensfun")
-    (version "0.3.3")
+    (version "0.3.4")
     (source
      (origin
        (method git-fetch)
@@ -425,7 +425,7 @@ scene to produce an image that looks much like a 
tone-mapped image.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1pv2y9yqzkw70p501425mf9cqv6yy8ppw5ilkpbd9bw9nss1js76"))))
+        (base32 "1lwf3cwldvh9qfmh3w7nqqildfmxx2i5f5bn0vr8y6qc5kh7a1s9"))))
     (build-system cmake-build-system)
     (arguments
      `(,@(if (any (cute string-prefix? <> (or (%current-system)



reply via email to

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