gnu: shotwell: Update to 0.25.2.

* gnu/packages/gnome.scm (shotwell): Update to 0.25.2.
This commit is contained in:
Leo Famulari 2016-12-22 02:47:09 -05:00
parent 5d0ebcc4cf
commit 8bf4a6aecd
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -3866,7 +3866,7 @@ (define-public gexiv2
(define-public shotwell
(package
(name "shotwell")
(version "0.25.0.1")
(version "0.25.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -3874,7 +3874,7 @@ (define-public shotwell
name "-" version ".tar.xz"))
(sha256
(base32
"19h0ckrgv0c6sj85m6ankyqkmy453ph9kq6zhf7ys2k5xsrrd776"))))
"1bih5hr3pvpkx3fck55bnhngn4fl92ryjizc34wb8pwigbkxnaj1"))))
(build-system glib-or-gtk-build-system)
(propagated-inputs
`(("dconf" ,dconf)))