diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 10:00:53 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:43 +0800 |
commit | f8b446caa9b4cd130dc6dbca908f88bcab2e8121 (patch) | |
tree | 86e73c900311cc715347ec884662ae6a3ca7555a /gnu/packages/gnome.scm | |
parent | b8967d48613c38fc02400829ae2460cf17e346a5 (diff) | |
download | patches-f8b446caa9b4cd130dc6dbca908f88bcab2e8121.tar patches-f8b446caa9b4cd130dc6dbca908f88bcab2e8121.tar.gz |
gnu: shotwell: Update to 0.22.1.
* gnu/packages/gnome.scm (shotwell): Update to 0.22.1.
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 6abb89d21f..f53482fb35 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3731,7 +3731,7 @@ metadata in photo and video files of various formats.") (define-public shotwell (package (name "shotwell") - (version "0.22.0") + (version "0.22.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3739,7 +3739,7 @@ metadata in photo and video files of various formats.") name "-" version ".tar.xz")) (sha256 (base32 - "0cgqaaikrb10plhf6zxbgqy32zqpiwyi9dpx3g8yr261q72r5c81")))) + "1a9lx9a7p6fgaf838xlw98f73xxyxmg6jmm29830lsl8ynbhq9bk")))) (build-system glib-or-gtk-build-system) (arguments `(#:tests? #f ;no "check" target |