guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: pianobar: Update to 2019.02.14.


From: guix-commits
Subject: 04/10: gnu: pianobar: Update to 2019.02.14.
Date: Tue, 18 Feb 2020 12:26:47 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8cc1fdcee7039498def5198d3ae6d21b6427fa56
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Feb 18 16:54:29 2020 +0100

    gnu: pianobar: Update to 2019.02.14.
    
    * gnu/packages/music.scm (pianobar): Update to 2019.02.14.
    [inputs]: Use current ffmpeg.
---
 gnu/packages/music.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index da22ef1..b6b76f8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -13,7 +13,7 @@
 ;;; Copyright © 2017, 2018, 2019, 2020 Nicolas Goaziou <address@hidden>
 ;;; Copyright © 2017, 2018, 2019 Pierre Langlois <address@hidden>
 ;;; Copyright © 2017 Arun Isaac <address@hidden>
-;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 nee <address@hidden>
 ;;; Copyright © 2018 Stefan Reichör <address@hidden>
 ;;; Copyright © 2018 Pierre Neidhardt <address@hidden>
@@ -2621,7 +2621,7 @@ tune-in sender list from 
@url{http://opml.radiotime.com}.";)
 (define-public pianobar
   (package
     (name "pianobar")
-    (version "2016.06.02")
+    (version "2019.02.14")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2630,10 +2630,10 @@ tune-in sender list from 
@url{http://opml.radiotime.com}.";)
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "058fbdxp7n35hxwy3b8slfy4pb4n63cb173vfmywqa06wh1dv6f6"))))
+                "1bfabkj3m9kmhxl64w4azmi0xf7w52fmqfbw2ag28hbb5yy01k1m"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f ; no tests
+     `(#:tests? #f                      ; no tests
        #:make-flags (list "CC=gcc" "CFLAGS=-std=c99"
                           (string-append "PREFIX=" %output))
        #:phases (modify-phases %standard-phases
@@ -2643,7 +2643,7 @@ tune-in sender list from 
@url{http://opml.radiotime.com}.";)
        ("curl" ,curl)
        ("libgcrypt" ,libgcrypt)
        ("json-c" ,json-c)
-       ("ffmpeg" ,ffmpeg-3.4)))
+       ("ffmpeg" ,ffmpeg)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (home-page "https://6xq.net/pianobar/";)



reply via email to

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