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.28.0.


From: Christopher Baines
Subject: 01/01: gnu: shotwell: Update to 0.28.0.
Date: Sun, 18 Mar 2018 06:36:15 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 72406062b9c3cdb6e9e30266f3cc31d0b2116b68
Author: Christopher Baines <address@hidden>
Date:   Sun Mar 18 10:35:23 2018 +0000

    gnu: shotwell: Update to 0.28.0.
    
    * gnu/packages/gnome.scm (shotwell): Update to 0.28.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8ce3643..5eea29e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4422,7 +4422,7 @@ metadata in photo and video files of various formats.")
 (define-public shotwell
   (package
     (name "shotwell")
-    (version "0.27.4")
+    (version "0.28.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4430,7 +4430,7 @@ metadata in photo and video files of various formats.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0g2vphhpxrljpy9sryfsgaayix807i1i9plj9bay72dk0zphqab2"))))
+                "1d797nmlz9gs6ri0h65b76s40ss6ma6h6405xqx03lhg5xni3kmg"))))
     (build-system glib-or-gtk-build-system)
     (propagated-inputs
      `(("dconf" ,dconf)))



reply via email to

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