mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: gnome-desktop: Update to 40.4.
* gnu/packages/gnome.scm (gnome-desktop): Update to 40.4. [source]: Fix the URI.
This commit is contained in:
parent
a833959a82
commit
5b21979162
1 changed files with 3 additions and 3 deletions
|
@ -2166,16 +2166,16 @@ offline sources, providing a centralized place for managing your contacts.")
|
||||||
(define-public gnome-desktop
|
(define-public gnome-desktop
|
||||||
(package
|
(package
|
||||||
(name "gnome-desktop")
|
(name "gnome-desktop")
|
||||||
(version "3.34.2")
|
(version "40.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
(version-major+minor version) "/"
|
(version-major version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v983xirwp1y6ggz97bh742ak6gff0hxb359dgn37nikjxhvm0a0"))))
|
"1vs5knn2yj6a449p9bn5w5407i1yvxfxg8xv844qgl70hpsrdbl8"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Add table
Reference in a new issue