guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: shotwell: Update to 0.23.4.


From: Efraim Flashner
Subject: 01/01: gnu: shotwell: Update to 0.23.4.
Date: Fri, 19 Aug 2016 10:35:41 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit f819c21dd5ea08ef063f68999710b6b25432df1c
Author: Efraim Flashner <address@hidden>
Date:   Fri Aug 19 13:35:14 2016 +0300

    gnu: shotwell: Update to 0.23.4.
    
    * gnu/packages/gnome.scm (shotwell): Update to 0.23.4.
    [native-inputs]: Add itstool.
---
 gnu/packages/gnome.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b8f6d61..05212b2 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]