aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-08-19 13:35:14 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-08-19 13:35:14 +0300
commitf819c21dd5ea08ef063f68999710b6b25432df1c (patch)
tree51316e7e4903fa0e4aecc1a6904a9d40ff2c9f21 /gnu/packages/gnome.scm
parente379d85c6c5a915c4ae27a42f5fd7d30fab9332e (diff)
downloadguix-f819c21dd5ea08ef063f68999710b6b25432df1c.tar
guix-f819c21dd5ea08ef063f68999710b6b25432df1c.tar.gz
gnu: shotwell: Update to 0.23.4.
* gnu/packages/gnome.scm (shotwell): Update to 0.23.4. [native-inputs]: Add itstool.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b8f6d61757..05212b2321 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3842,7 +3842,7 @@ metadata in photo and video files of various formats.")
(define-public shotwell
(package
(name "shotwell")
- (version "0.23.1")
+ (version "0.23.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3850,7 +3850,7 @@ metadata in photo and video files of various formats.")
name "-" version ".tar.xz"))
(sha256
(base32
- "12imip32mav0zqg1fh4xm6zk4qsgg2435xsyb6ljz47i37zk6kg2"))))
+ "1hnl0lxibklmr1cy95ij1b3jgvdsw4zlcja53ngfxvlsi2r2bbxi"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:tests? #f ;no "check" target
@@ -3859,6 +3859,7 @@ metadata in photo and video files of various formats.")
#:out-of-source? #f))
(native-inputs
`(("pkg-config" ,pkg-config)
+ ("itstool" ,itstool)
("gettext" ,gnu-gettext)
("m4" ,m4)
("desktop-file-utils" ,desktop-file-utils)