guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: pianobar: Update to 2022.04.01.


From: guix-commits
Subject: 08/12: gnu: pianobar: Update to 2022.04.01.
Date: Mon, 12 Dec 2022 09:13:59 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 240c823ae132d6d34c6743d388d362f531a08fbd
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Dec 12 13:37:19 2022 +0100

    gnu: pianobar: Update to 2022.04.01.
    
    * gnu/packages/music.scm (pianobar): Update to 2022.04.01.
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index d02d893f02..026bb22770 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3554,7 +3554,7 @@ tune-in sender list from 
@url{http://opml.radiotime.com}.";)
 (define-public pianobar
   (package
     (name "pianobar")
-    (version "2020.11.28")
+    (version "2022.04.01")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3563,7 +3563,7 @@ tune-in sender list from 
@url{http://opml.radiotime.com}.";)
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13qx52a1yj2wghf7yd9jf4ar92scbc8zgqdq0kkqf4p9isf1phf3"))))
+                "14s97fx83dg8szbib2y608hjzfdhz20hch2ify3gqhji58v69wil"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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