diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-24 18:30:09 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-02 10:54:23 +0000 |
commit | 3eb817a88721184b3ea4da4d7c7eabf1b732107c (patch) | |
tree | 99c0bf301466ef76f061fbb274c227e465443305 /gnu | |
parent | 53cd623a68a5831749f3b596d492d88dcd533733 (diff) | |
download | guix-3eb817a88721184b3ea4da4d7c7eabf1b732107c.tar.gz |
gnu: gnome-boxes: Update to 40.3.
* gnu/packages/gnome.scm (gnome-boxes): Update to 40.3. [source]: Fix the URI.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3aeca29953..9f513cb84f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11535,15 +11535,15 @@ integrate seamlessly with the GNOME desktop.") (define-public gnome-boxes (package (name "gnome-boxes") - (version "3.38.2") + (version "40.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gnome-boxes/" - (version-major+minor version) "/" + (version-major version) "/" "gnome-boxes-" version ".tar.xz")) (sha256 - (base32 "1zjvng0izbws3506998l3dwsxjbm7wnhqipb8nmqzvi096czvajl")))) + (base32 "0n20yzxsc7mv73a905djvsas76vknfn67ad1n0rnvgm48n7qxw7z")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |