gnu: shotwell: Update to 0.26.2.

* gnu/packages/gnome.scm (shotwell): Update to 0.26.2.
This commit is contained in:
Tobias Geerinckx-Rice 2017-07-27 19:45:54 +02:00
parent fb2715720a
commit c8fc9a379b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4290,7 +4290,7 @@ (define-public gexiv2
(define-public shotwell
(package
(name "shotwell")
(version "0.26.1")
(version "0.26.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -4298,7 +4298,7 @@ (define-public shotwell
name "-" version ".tar.xz"))
(sha256
(base32
"0xak1f69lp1yx3p8jgmr9c0z3jypi8zjpy3kiknn5n9g2f5cqq0a"))))
"0frjqa6nmh025clwnb74z2rzbdq65wjcp2lf9csgcbkpahyjhrag"))))
(build-system glib-or-gtk-build-system)
(propagated-inputs
`(("dconf" ,dconf)))