diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-08-01 22:21:09 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-08-01 22:21:09 +0200 |
commit | 8de4131b2ddd11faa3394cf497484563068c9e7a (patch) | |
tree | ed4ed9e586c7236f09c109afdd416dac18ba8cc3 /gnu/packages/photo.scm | |
parent | 15406013fe63f2ab238eec2d7a8adbc586806ac8 (diff) | |
parent | 45b7a8bfda5bde2e2daee4bec0ca092cd719d726 (diff) | |
download | guix-8de4131b2ddd11faa3394cf497484563068c9e7a.tar.gz guix-8de4131b2ddd11faa3394cf497484563068c9e7a.zip |
Merge branch 'master' into emacs-team
Diffstat (limited to 'gnu/packages/photo.scm')
-rw-r--r-- | gnu/packages/photo.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 1e78c8e9fe..6c77d569c3 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -381,7 +381,7 @@ overlapping images, as well as some command line tools.") help2man imagemagick libxml2 - texlive-tiny + (texlive-updmap.cfg) tidy-html transfig)) (inputs @@ -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) @@ -459,7 +459,7 @@ photographic equipment.") (define-public darktable (package (name "darktable") - (version "4.4.1") + (version "4.4.2") (source (origin (method url-fetch) @@ -467,7 +467,7 @@ photographic equipment.") "https://github.com/darktable-org/darktable/releases/" "download/release-" version "/darktable-" version ".tar.xz")) (sha256 - (base32 "038gdri1mcmq9mlaikq5x9xyrs20b99jpcchfspngnwa5s6x6hz0")))) + (base32 "167sdj8m3srj9h5hh9cf2kvfpp349sygkcdrfbjrqbnz9x1jh7f1")))) (build-system cmake-build-system) (arguments (list |