guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: totem: Update to 3.38.0.


From: guix-commits
Subject: 01/05: gnu: totem: Update to 3.38.0.
Date: Mon, 9 Nov 2020 16:16:38 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3a47800ce2bf1b6078995cbfd2b64e6611d3656a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 8 20:06:24 2020 +0100

    gnu: totem: Update to 3.38.0.
    
    * gnu/packages/gnome.scm (totem): Update to 3.38.0.
    [native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL.
---
 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 f93e6c5..75b961b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6001,7 +6001,7 @@ discovery protocols.")
 (define-public totem
   (package
     (name "totem")
-    (version "3.34.1")
+    (version "3.38.0")
     (source
      (origin
        (method url-fetch)
@@ -6010,14 +6010,14 @@ discovery protocols.")
                            "totem-" version ".tar.xz"))
        (sha256
         (base32
-         "028sc6xbyi7rs884862d8f3di6zhcm0lhvlpc3r69ifzjsq9my3b"))))
+         "0bs33ijvxbr2prb9yj4dxglsszslsn9k258n311sld84masz4ad8"))))
     (build-system meson-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("desktop-file-utils" ,desktop-file-utils)
+       ("gettext" ,gettext-minimal)
        ("gobject-introspection" ,gobject-introspection)
        ("glib:bin" ,glib "bin")                   ;for 'glib-mkenums'
-       ("intltool" ,intltool)
        ("itstool" ,itstool)
        ("xmllint" ,libxml2)
        ("xorg-server" ,xorg-server-for-tests)))



reply via email to

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