[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: gnome-backgrounds: Update to 3.28.0.
From: |
Ricardo Wurmus |
Subject: |
05/05: gnu: gnome-backgrounds: Update to 3.28.0. |
Date: |
Fri, 29 Jun 2018 15:54:13 -0400 (EDT) |
rekado pushed a commit to branch core-updates
in repository guix.
commit 9ca381f0f1f5fe34f34bb8dc87f7d1739880bca1
Author: Ricardo Wurmus <address@hidden>
Date: Fri Jun 29 21:02:50 2018 +0200
gnu: gnome-backgrounds: Update to 3.28.0.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.28.0.
[build-system]: Use meson-build-system.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 01df6f1..794fb17 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5882,7 +5882,7 @@ is complete it provides a graphical representation of
each selected folder.")
(define-public gnome-backgrounds
(package
(name "gnome-backgrounds")
- (version "3.26.2")
+ (version "3.28.0")
(source
(origin
(method url-fetch)
@@ -5891,8 +5891,8 @@ is complete it provides a graphical representation of
each selected folder.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0kzrh5h0cfby3rhsy31d1w1c0rr3wcc845kv6zibqw1x8v9si2rs"))))
- (build-system glib-or-gtk-build-system)
+ "1qgim0yhzjgcq172y4vp5hqz4rh1ak38a7pgi6s7dq0wklyrcnxj"))))
+ (build-system meson-build-system)
(native-inputs
`(("intltool" ,intltool)))
(home-page "https://git.gnome.org/browse/gnome-backgrounds")