~ruther/guix-local

b5ed0b9b9511ef0e768ade81931e8cd393f8482e — Leo Famulari 9 years ago 52ddeaa
gnu: shotwell: Update to 0.25.5.

* gnu/packages/gnome.scm (shotwell): Update to 0.25.5.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 3972,7 3972,7 @@ metadata in photo and video files of various formats.")
(define-public shotwell
  (package
    (name "shotwell")
    (version "0.25.2")
    (version "0.25.5")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"


@@ 3980,7 3980,7 @@ metadata in photo and video files of various formats.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
                "1bih5hr3pvpkx3fck55bnhngn4fl92ryjizc34wb8pwigbkxnaj1"))))
                "10pv3v789hky8h7ladqzzmgvkmgy3c41n4xz0nnyjmpycwl26g29"))))
    (build-system glib-or-gtk-build-system)
    (propagated-inputs
     `(("dconf" ,dconf)))