diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-16 05:45:04 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-16 13:09:36 -0500 |
commit | 0ffa8b8e7b103ebff3907206a8f71346a50a4ba4 (patch) | |
tree | 6c54405dab6ce0a8c2d147fe2cdae0a02b5a6cb8 /gnu | |
parent | 1a87aa75671ad6567cd57fce0936220862107478 (diff) | |
download | guix-0ffa8b8e7b103ebff3907206a8f71346a50a4ba4.tar guix-0ffa8b8e7b103ebff3907206a8f71346a50a4ba4.tar.gz |
gnu: shotwell: Update to 0.25.0.1.
* gnu/packages/gnome.scm (shotwell): Update to 0.25.0.1.
Diffstat (limited to 'gnu')
-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 ae79d625be..8c422c52fa 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3868,7 +3868,7 @@ metadata in photo and video files of various formats.") (define-public shotwell (package (name "shotwell") - (version "0.25.0") + (version "0.25.0.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3876,7 +3876,7 @@ metadata in photo and video files of various formats.") name "-" version ".tar.xz")) (sha256 (base32 - "0f3ly7nxy3kqwgs40avsqkxcz98bfmlhlk30n0d7j7ndk67zz57h")))) + "19h0ckrgv0c6sj85m6ankyqkmy453ph9kq6zhf7ys2k5xsrrd776")))) (build-system glib-or-gtk-build-system) (propagated-inputs `(("dconf" ,dconf))) |