mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:28:29 +01:00
gnu: shotwell: Update to 0.30.7.
* gnu/packages/gnome.scm (shotwell): Update to 0.30.7.
This commit is contained in:
parent
54b74cc668
commit
a1c6fb52f7
1 changed files with 2 additions and 2 deletions
|
@ -4721,7 +4721,7 @@ (define-public gexiv2
|
|||
(define-public shotwell
|
||||
(package
|
||||
(name "shotwell")
|
||||
(version "0.30.4")
|
||||
(version "0.30.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -4729,7 +4729,7 @@ (define-public shotwell
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yiz3j0y2yg6985y3alb3hpkfbv68n8ibys5gpwcjdhmhf3czg5p"))))
|
||||
"1m9i8r4gyd2hzlxjjwfyck4kz7gdg2vz2k6l6d0ga9hdfq2l4p9l"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
'(#:glib-or-gtk? #t))
|
||||
|
|
Loading…
Reference in a new issue