~ruther/guix-local

e407310431ca1f9a84546d75151324b840b9c6ee — Roel Janssen 9 years ago 89727ad
gnu: darktable: Update to 2.2.5.

* gnu/packages/photo.scm (darktable): Update to 2.2.5.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/photo.scm
M gnu/packages/photo.scm => gnu/packages/photo.scm +2 -2
@@ 310,7 310,7 @@ photographic equipment.")
(define-public darktable
  (package
    (name "darktable")
    (version "2.2.4")
    (version "2.2.5")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 319,7 319,7 @@ photographic equipment.")
                    version "/darktable-" version ".tar.xz"))
              (sha256
               (base32
                "1n7rddkxwcifc3kcdlnar9w562xv4h78fqkkn27jihqzp3b4am5x"))))
                "10gjzd4irxhladh4jyss9kgp627k8vgx2divipsb33pp6cms80z3"))))
    (build-system cmake-build-system)
    (arguments
     `(#:tests? #f ; There are no tests.