3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: darktable: Update to 2.6.0.

* gnu/packages/photo.scm (darktable): Update to 2.6.0.
This commit is contained in:
Leo Famulari 2018-12-24 18:01:08 -05:00
parent 7e48e8492a
commit 5a3f32ca75
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

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