Archived
1
0
Fork 0

gnu: shotwell: Update to 0.30.7.

* gnu/packages/gnome.scm (shotwell): Update to 0.30.7.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-12 22:15:37 +02:00
parent 54b74cc668
commit a1c6fb52f7
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -4721,7 +4721,7 @@ metadata in photo and video files of various formats.")
(define-public shotwell (define-public shotwell
(package (package
(name "shotwell") (name "shotwell")
(version "0.30.4") (version "0.30.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -4729,7 +4729,7 @@ metadata in photo and video files of various formats.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1yiz3j0y2yg6985y3alb3hpkfbv68n8ibys5gpwcjdhmhf3czg5p")))) "1m9i8r4gyd2hzlxjjwfyck4kz7gdg2vz2k6l6d0ga9hdfq2l4p9l"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
'(#:glib-or-gtk? #t)) '(#:glib-or-gtk? #t))