guix-commits
[Top][All Lists]
Advanced

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

05/184: gnu: file-roller: Update to 3.32.1.


From: guix-commits
Subject: 05/184: gnu: file-roller: Update to 3.32.1.
Date: Wed, 27 Nov 2019 14:36:49 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 6792e9cbbcdc0b013bf9987a544902d27cc6d2e1
Author: Kei Kebreau <address@hidden>
Date:   Fri Jul 19 10:31:14 2019 -0400

    gnu: file-roller: Update to 3.32.1.
    
    * gnu/packages/gnome.scm (file-roller): Update to 3.32.1.
    [inputs]: Move itstool...
    [native-inputs]: ...here.
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7c41852..ed65703 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4773,7 +4773,7 @@ share them with others via social networking and more.")
 (define-public file-roller
   (package
     (name "file-roller")
-    (version "3.30.1")
+    (version "3.32.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4781,11 +4781,12 @@ share them with others via social networking and more.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0kiragsqyixyx15747b71qc4nw8y4jx9d55wgg612xb0hp5l9pj1"))))
+                "0irm72cf8222h93skivn0nn0ckahiiiimy4rb9r3ccjvhi3hiaqw"))))
     (build-system meson-build-system)
     (native-inputs
      `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
        ("intltool" ,intltool)
+       ("itstool" ,itstool)
        ("pkg-config" ,pkg-config)
        ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
        ("glib:bin" ,glib "bin")))
@@ -4796,7 +4797,7 @@ share them with others via social networking and more.")
        ("json-glib" ,json-glib)
        ("libarchive" ,libarchive)
        ("libnotify" ,libnotify)
-       ("itstool" ,itstool)
+       ("nettle" ,nettle)
        ("libxml2" ,libxml2)))
     (synopsis "Graphical archive manager for GNOME")
     (description "File Roller is an archive manager for the GNOME desktop



reply via email to

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