[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/47: gnu: gnome-autoar: Update to 0.2.4.
From: |
guix-commits |
Subject: |
17/47: gnu: gnome-autoar: Update to 0.2.4. |
Date: |
Mon, 23 Mar 2020 15:50:50 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 0e89c68fed1e2baebd8e9dd1d820f4fa9e73841f
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 9a5cb2b..748bde8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7223,7 +7223,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 "/"
@@ -7231,14 +7231,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")
- 11/47: gnu: gedit: Update to 3.34.1., (continued)
- 11/47: gnu: gedit: Update to 3.34.1., guix-commits, 2020/03/23
- 02/47: gnu: baobab: Update to 3.34.0., guix-commits, 2020/03/23
- 04/47: gnu: dconf-editor: Update to 3.34.2., guix-commits, 2020/03/23
- 05/47: gnu: eog: Update to 3.34.1., guix-commits, 2020/03/23
- 06/47: gnu: gnome-desktop: Update to 3.34.2., guix-commits, 2020/03/23
- 07/47: gnu: gnome-backgrounds: Update to 3.34.0., guix-commits, 2020/03/23
- 09/47: gnu: libdazzle: Update to 3.34.1., guix-commits, 2020/03/23
- 12/47: gnu: glib-networking: Update to 2.62.2., guix-commits, 2020/03/23
- 15/47: gnu: gnome-online-accounts: Update to 3.34.1., guix-commits, 2020/03/23
- 13/47: gnu: gnome-bluetooth: Update to 3.34.0., guix-commits, 2020/03/23
- 17/47: gnu: gnome-autoar: Update to 0.2.4.,
guix-commits <=
- 14/47: gnu: libgweather: Update to 3.34.0., guix-commits, 2020/03/23
- 16/47: gnu: evolution-data-server: Update to 3.34.2., guix-commits, 2020/03/23
- 23/47: gnu: gnome-settings-daemon: Update to 3.34.1., guix-commits, 2020/03/23
- 18/47: gnu: evolution: Update to 3.34.2., guix-commits, 2020/03/23
- 24/47: gnu: gnome-control-center: Update to 3.34.2., guix-commits, 2020/03/23
- 22/47: gnu: gnome-session: Update to 3.34.2., guix-commits, 2020/03/23
- 25/47: gnu: gnome-disk-utility: Update to 3.34.0., guix-commits, 2020/03/23
- 26/47: gnu: gnome-keyring: Update to 3.34.0., guix-commits, 2020/03/23
- 27/47: gnu: gnome-screenshot: Update to 3.34.0., guix-commits, 2020/03/23
- 28/47: gnu: gnome-terminal: Update to 3.34.2., guix-commits, 2020/03/23