mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: shotwell: Update to 0.25.0.
* gnu/packages/gnome.scm (shotwell): Update to 0.25.0. [inputs]: Add gcr.
This commit is contained in:
parent
30b1267830
commit
522fc32ebd
1 changed files with 4 additions and 3 deletions
|
@ -3841,7 +3841,7 @@ (define-public gexiv2
|
|||
(define-public shotwell
|
||||
(package
|
||||
(name "shotwell")
|
||||
(version "0.23.5")
|
||||
(version "0.25.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -3849,7 +3849,7 @@ (define-public shotwell
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fgs1rgvkmy79bmpxrsvm5w8rvqml4l1vnwma0xqx5zzm02p8a07"))))
|
||||
"0f3ly7nxy3kqwgs40avsqkxcz98bfmlhlk30n0d7j7ndk67zz57h"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(propagated-inputs
|
||||
`(("dconf" ,dconf)))
|
||||
|
@ -3872,7 +3872,8 @@ (define-public shotwell
|
|||
("libsoup" ,libsoup)
|
||||
("libxml2" ,libxml2)
|
||||
("libgudev" ,libgudev)
|
||||
("libgphoto2" ,libgphoto2)))
|
||||
("libgphoto2" ,libgphoto2)
|
||||
("gcr" ,gcr)))
|
||||
(home-page "https://wiki.gnome.org/Apps/Shotwell")
|
||||
(synopsis "Photo manager for GNOME 3")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue