[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: parole: Update to 4.18.0.
From: |
guix-commits |
Subject: |
08/11: gnu: parole: Update to 4.18.0. |
Date: |
Sun, 9 Apr 2023 02:54:23 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 12b500375d06c15a0577f2c2e9263135d31d5ab1
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Apr 1 13:16:29 2023 +0800
gnu: parole: Update to 4.18.0.
* gnu/packages/xfce.scm (parole): Update to 4.18.0.
[inputs]: Add taglib.
---
gnu/packages/xfce.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 5939753296..feb1054534 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1005,7 +1005,7 @@ local and remote file systems and manage bookmarks of
such.")
(define-public parole
(package
(name "parole")
- (version "4.16.0")
+ (version "4.18.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1013,7 +1013,7 @@ local and remote file systems and manage bookmarks of
such.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "1rx7apylqb7mf1dl0sswj1630fca3ddk4x1gcdmlv5ykrkc5lc0d"))))
+ "0w9p9zf87pnpl44bay8srrsczscxpmbsriwzqzv31gis9ny2zrdv"))))
(build-system gnu-build-system)
(arguments
(list
@@ -1040,7 +1040,8 @@ local and remote file systems and manage bookmarks of
such.")
gst-plugins-good
libnotify
libxfce4ui
- libxfce4util))
+ libxfce4util
+ taglib))
(home-page "https://www.xfce.org/")
(synopsis "Media player based on the GStreamer framework")
(description "Parole is a modern simple media player based on the
- branch master updated (e020c08e62 -> 7b094d3683), guix-commits, 2023/04/09
- 01/11: gnu: libxfce4ui: Update to 4.18.3., guix-commits, 2023/04/09
- 03/11: gnu: xfce4-panel: Update to 4.18.3., guix-commits, 2023/04/09
- 04/11: gnu: xfce4-clipman-plugin: Update to 1.6.3., guix-commits, 2023/04/09
- 07/11: gnu: thunar-archive-plugin: Update to 0.5.1., guix-commits, 2023/04/09
- 08/11: gnu: parole: Update to 4.18.0.,
guix-commits <=
- 02/11: gnu: garcon: Update to 4.18.1., guix-commits, 2023/04/09
- 10/11: gnu: xfburn: Update to 0.7.0., guix-commits, 2023/04/09
- 11/11: gnu: xfce4-screensaver: Update to 4.18.1., guix-commits, 2023/04/09
- 06/11: gnu: xfce4-session: Update to 4.18.2., guix-commits, 2023/04/09
- 09/11: gnu: xfce4-notifyd: Update to 0.8.2., guix-commits, 2023/04/09
- 05/11: gnu: xfce4-pulseaudio-plugin: Update to 0.4.6., guix-commits, 2023/04/09