mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cheese: Update to 3.32.1.
* gnu/packages/gnome.scm (cheese): Update to 3.32.1.
This commit is contained in:
parent
089e85859c
commit
dd33b3379f
1 changed files with 2 additions and 2 deletions
|
@ -8242,7 +8242,7 @@ (define-public gnome-video-effects
|
|||
(define-public cheese
|
||||
(package
|
||||
(name "cheese")
|
||||
(version "3.30.0")
|
||||
(version "3.32.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -8250,7 +8250,7 @@ (define-public cheese
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zz2bgjaf2lsmfs3zn24925vbjb0rycr39i288brlbzixrpcyljr"))))
|
||||
"1xlmsm4zsx05ahvpd4mgy1hfhxbag0r5i6p63bksjxdligdd36kv"))))
|
||||
(arguments
|
||||
;; Tests require GDK.
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue