diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-16 17:04:58 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-16 18:09:40 -0500 |
commit | b5ed0b9b9511ef0e768ade81931e8cd393f8482e (patch) | |
tree | 3f1c7272ec852eeba410e37009e0c5a8ede18c88 /gnu/packages/gnome.scm | |
parent | 52ddeaa0c24ed428bd9351fd051fc52810d80ccd (diff) | |
download | guix-b5ed0b9b9511ef0e768ade81931e8cd393f8482e.tar guix-b5ed0b9b9511ef0e768ade81931e8cd393f8482e.tar.gz |
gnu: shotwell: Update to 0.25.5.
* gnu/packages/gnome.scm (shotwell): Update to 0.25.5.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index dd1a6d6294..b673b3d402 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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))) |