gnu: shotwell: Update to 0.27.1.

* gnu/packages/gnome.scm (shotwell): Update to 0.27.1.
This commit is contained in:
Leo Famulari 2017-11-26 19:26:44 -05:00
parent 9221979e36
commit 9071581bf5
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -4390,7 +4390,7 @@ (define-public gexiv2
(define-public shotwell
(package
(name "shotwell")
(version "0.26.3")
(version "0.27.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -4398,7 +4398,7 @@ (define-public shotwell
name "-" version ".tar.xz"))
(sha256
(base32
"1r8fd63r7c5n99hwrkzv9jlrk84z4sa15q3h70pydzfjnfqf90zv"))))
"1jav7qv0s1v6wvd7x2ri85hjqnbswq883pnd228qhd6bhjbryp89"))))
(build-system glib-or-gtk-build-system)
(propagated-inputs
`(("dconf" ,dconf)))