guix-commits
[Top][All Lists]
Advanced

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

23/60: gnu: gnome-autoar: Update to 0.2.4.


From: guix-commits
Subject: 23/60: gnu: gnome-autoar: Update to 0.2.4.
Date: Sat, 25 Jan 2020 14:47:06 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 128b840bdd1344f058ff5305206ed1cff8a425cd
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Dec 17 11:13:11 2019 -0500

    gnu: gnome-autoar: Update to 0.2.4.
    
    * gnu/packages/gnome.scm (gnome-autoar): Update to 0.2.4.
    [native-inputs]: Remove gnome-common.
---
 gnu/packages/gnome.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a7fc1e7..d75d963 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7357,7 +7357,7 @@ as SASL, TLS and VeNCrypt.  Additionally it supports 
encoding extensions.")
 (define-public gnome-autoar
   (package
     (name "gnome-autoar")
-    (version "0.2.3")
+    (version "0.2.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7365,14 +7365,13 @@ as SASL, TLS and VeNCrypt.  Additionally it supports 
encoding extensions.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "02i4zgqqqj56h7bcys6dz7n78m4nj2x4dv1ggjmnrk98n06xpsax"))))
+                "0yk56ch46n3wfy633mq31kif9n7v06rlij4vqbsbn6l4z1vw6d0a"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
-     `(("gnome-common" ,gnome-common)
-       ("gobject-introspection" ,gobject-introspection)
+     `(("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)))
     (propagated-inputs
-     `(("libarchive" ,libarchive)))  ; XXX document why
+     `(("libarchive" ,libarchive)))  ; Required by gnome-autoar-0.pc
     (inputs
      `(("gtk+" ,gtk+)))
     (synopsis "Archives integration support for GNOME")



reply via email to

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