guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: shotwell: Update to 0.30.11.


From: guix-commits
Subject: 05/14: gnu: shotwell: Update to 0.30.11.
Date: Sat, 7 Nov 2020 07:41:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a2c60f8ad20afb8fcd5d07c889c127610f192f2d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Nov 6 00:23:30 2020 +0100

    gnu: shotwell: Update to 0.30.11.
    
    * gnu/packages/gnome.scm (shotwell): Update to 0.30.11.
---
 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 85ae8ac..0704496 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6835,7 +6835,7 @@ metadata in photo and video files of various formats.")
 (define-public shotwell
   (package
     (name "shotwell")
-    (version "0.30.9")
+    (version "0.30.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/shotwell/"
@@ -6843,7 +6843,7 @@ metadata in photo and video files of various formats.")
                                   "shotwell-" version ".tar.xz"))
               (sha256
                (base32
-                "1y556yyzfya0310v5wqjkf17hy5lhf028iminvvgi2pdfva344id"))))
+                "12d26y40kjlv5x8f5g04wff33vh7mdjb8c41ydqbrwdip0jwy2n2"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t



reply via email to

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