me
/
guix
Archived
1
0
Fork 0

gnu: lensfun: Update to 0.3.4.

* gnu/packages/photo.scm (lensfun): Update to 0.3.4.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 99c8330460
commit 306c1ab71c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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