diff options
author | Leo Famulari <leo@famulari.name> | 2016-10-26 20:09:19 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-26 20:10:05 -0400 |
commit | 522fc32ebd34b6cb68bb2aa3156360c06826e106 (patch) | |
tree | 8c8487788661c4e3318c5e12755ef6d4cf89d9fa /gnu/packages | |
parent | 30b12678301940a8cf15da22ef327cc7613d5607 (diff) | |
download | guix-522fc32ebd34b6cb68bb2aa3156360c06826e106.tar guix-522fc32ebd34b6cb68bb2aa3156360c06826e106.tar.gz |
gnu: shotwell: Update to 0.25.0.
* gnu/packages/gnome.scm (shotwell): Update to 0.25.0.
[inputs]: Add gcr.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1bd0caccb3..d5995e5d22 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3841,7 +3841,7 @@ metadata in photo and video files of various formats.") (define-public shotwell (package (name "shotwell") - (version "0.23.5") + (version "0.25.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3849,7 +3849,7 @@ metadata in photo and video files of various formats.") name "-" version ".tar.xz")) (sha256 (base32 - "0fgs1rgvkmy79bmpxrsvm5w8rvqml4l1vnwma0xqx5zzm02p8a07")))) + "0f3ly7nxy3kqwgs40avsqkxcz98bfmlhlk30n0d7j7ndk67zz57h")))) (build-system glib-or-gtk-build-system) (propagated-inputs `(("dconf" ,dconf))) @@ -3872,7 +3872,8 @@ metadata in photo and video files of various formats.") ("libsoup" ,libsoup) ("libxml2" ,libxml2) ("libgudev" ,libgudev) - ("libgphoto2" ,libgphoto2))) + ("libgphoto2" ,libgphoto2) + ("gcr" ,gcr))) (home-page "https://wiki.gnome.org/Apps/Shotwell") (synopsis "Photo manager for GNOME 3") (description |