mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: cheese: Update to 3.26.0.
* gnu/packages/gnome.scm (cheese): Update to 3.26.0 Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
3fe4c9dcc4
commit
fc8d6953e2
1 changed files with 2 additions and 2 deletions
|
@ -7003,7 +7003,7 @@ (define-public gnome-video-effects
|
|||
(define-public cheese
|
||||
(package
|
||||
(name "cheese")
|
||||
(version "3.24.0")
|
||||
(version "3.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -7011,7 +7011,7 @@ (define-public cheese
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wpks2lnr8va9wxgmj26dwmhlcb3vamhpxkqi8xaan6q25635l16"))))
|
||||
"01f6lsp9jkhq5v2zxlghw15bca4xqavkxqkl8977r0g13p22zxcf"))))
|
||||
(arguments
|
||||
;; Tests require GDK.
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue