mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnome-user-share: Update to 48.1.
* gnu/packages/gnome.scm (gnome-user-share): Update to 48.1. Change-Id: Ia1fb8ed97c17a9e264792d02f417d9fc7c025f15
This commit is contained in:
parent
27d1d6a2ac
commit
cf4bfd02bf
1 changed files with 2 additions and 2 deletions
|
@ -1596,7 +1596,7 @@ tour of all gnome components and allows the user to set them up.")
|
|||
(define-public gnome-user-share
|
||||
(package
|
||||
(name "gnome-user-share")
|
||||
(version "43.0")
|
||||
(version "48.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -1604,7 +1604,7 @@ tour of all gnome components and allows the user to set them up.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kiq2n39yz7szcf7wrs5vhd2hdn04zx1pxgp7qskycaq0nm0dwqd"))))
|
||||
"0xxsb3w2x2pzwyzw9h98v3f79qblni2rmfkzmyrdfzzayd7gvg42"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:glib-or-gtk? #t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue