guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

40/145: gnu: gnome-backgrounds: Update to 41.0.


From: guix-commits
Subject: 40/145: gnu: gnome-backgrounds: Update to 41.0.
Date: Mon, 10 Jan 2022 11:44:06 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit 5baab1048d679ab03f4eec6a6b3373a9b8be378e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Dec 18 15:19:18 2021 -0500

    gnu: gnome-backgrounds: Update to 41.0.
    
    * gnu/packages/gnome.scm (gnome-backgrounds): Update to 41.0.
    [native-inputs]: Use new style.
---
 gnu/packages/gnome.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 041aa519a7..1a3dbf6fc9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9184,7 +9184,7 @@ is complete it provides a graphical representation of 
each selected folder.")
 (define-public gnome-backgrounds
   (package
     (name "gnome-backgrounds")
-    (version "40.1")
+    (version "41.0")
     (source
      (origin
        (method url-fetch)
@@ -9193,10 +9193,9 @@ is complete it provides a graphical representation of 
each selected folder.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "03m7ldfk00cly9igrq0qizq1y0f45vijmm23f1dl5kh1lc6qmpv0"))))
+         "0i9id5z72dqddh94648zylyf41amqq5lhny8sbyg1v8v4q6sr88x"))))
     (build-system meson-build-system)
-    (native-inputs
-     `(("gettext" ,gettext-minimal)))
+    (native-inputs (list gettext-minimal))
     (home-page "https://gitlab.gnome.org/GNOME/gnome-backgrounds";)
     (synopsis "Background images for the GNOME desktop")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]