[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: rhythmbox: Update to 3.4.3.
From: |
guix-commits |
Subject: |
01/01: gnu: rhythmbox: Update to 3.4.3. |
Date: |
Thu, 6 Jun 2019 21:04:11 -0400 (EDT) |
kkebreau pushed a commit to branch master
in repository guix.
commit 8190e1edafac77606026f414a5951bde759bd26e
Author: Kei Kebreau <address@hidden>
Date: Thu Jun 6 18:37:33 2019 -0400
gnu: rhythmbox: Update to 3.4.3.
* gnu/packages/gnome.scm (rhythmbox): Update to 3.4.3.
[source]: Remove upstream patch.
---
gnu/packages/gnome.scm | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 566023a..5ca4a0d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3941,26 +3941,15 @@ which can read a large number of file formats.")
(define-public rhythmbox
(package
(name "rhythmbox")
- (version "3.4.2")
+ (version "3.4.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
- (patches
- (list
- ;; fmradio: Fix build with GStreamer master
- (origin
- (method url-fetch)
- (uri (string-append
- "https://gitlab.gnome.org/GNOME/rhythmbox/commit/"
- "b182c6b9e1d09e601bac0b703cc5f8b159ebbc3a.patch"))
- (sha256
- (base32
- "06n87xgf927djmv1vshal84nqx7g8nwgljza3g2vydhy7g2n1csq")))))
(sha256
(base32
- "0hzcns8gf5yb0rm4ss8jd8qzarcaplp5cylk6plwilsqfvxj4xn2"))))
+ "1yx3n7p9vmv23jsv98fxwq95n78awdxqm8idhyhxx2d6vk4w1hgx"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags