mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: gnome-shell-extension-gsconnect: Update to 33.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect): Update to 33. [inputs]: Remove folks.
This commit is contained in:
parent
b06d5f54c9
commit
a1f84aca18
1 changed files with 3 additions and 4 deletions
|
@ -276,8 +276,8 @@ (define-public gnome-shell-extension-dash-to-dock
|
||||||
(define-public gnome-shell-extension-gsconnect
|
(define-public gnome-shell-extension-gsconnect
|
||||||
(package
|
(package
|
||||||
(name "gnome-shell-extension-gsconnect")
|
(name "gnome-shell-extension-gsconnect")
|
||||||
;; v28 is the last version to support GNOME 3.32
|
;; v33 is the last version to support GNOME 3.34
|
||||||
(version "28")
|
(version "33")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -287,7 +287,7 @@ (define-public gnome-shell-extension-gsconnect
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0grqkzqm7mlkbzin4nx9w7bh5cgygph8pn0cvim4a4gg99nfcp5z"))))
|
"1q03axhn75i864vgmd6myhmgwrmnpf01gsd1wl0di5x9q8mic2zn"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -341,7 +341,6 @@ (define-public gnome-shell-extension-gsconnect
|
||||||
`(("at-spi2-core" ,at-spi2-core)
|
`(("at-spi2-core" ,at-spi2-core)
|
||||||
("caribou" ,caribou)
|
("caribou" ,caribou)
|
||||||
("evolution-data-server" ,evolution-data-server)
|
("evolution-data-server" ,evolution-data-server)
|
||||||
("folks" ,folks)
|
|
||||||
("gjs" ,gjs)
|
("gjs" ,gjs)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("glib:bin" ,glib "bin")
|
("glib:bin" ,glib "bin")
|
||||||
|
|
Loading…
Reference in a new issue