gnu: darktable: Update to 2.4.4.

* gnu/packages/photo.scm (darktable): Update to 2.4.4.
master
Leo Famulari 2018-06-06 00:05:28 -04:00
parent f83eadd2ad
commit d83c9fcb7b
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -330,7 +330,7 @@ photographic equipment.")
(define-public darktable
(package
(name "darktable")
(version "2.4.3")
(version "2.4.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -339,7 +339,7 @@ photographic equipment.")
version "/darktable-" version ".tar.xz"))
(sha256
(base32
"1lq3xp7hhfhfwqrz0f2mrp3xywnpvb0nlw6lbm5cgx22s5xzri8x"))))
"0kdhmiw4wxk2w9v2hms9yk8nl4ymdshnqyj0l07nivzzr6w20hwn"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; There are no tests.