[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/16: gnu: clyrics: Update to 0.11.
From: |
guix-commits |
Subject: |
10/16: gnu: clyrics: Update to 0.11. |
Date: |
Mon, 18 Feb 2019 12:07:30 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 7f56f1070608d9ff0f2c81839abe8a209214da95
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Feb 18 17:34:36 2019 +0100
gnu: clyrics: Update to 0.11.
* gnu/packages/music.scm (clyrics): Update to 0.11.
Re-indent.
---
gnu/packages/music.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 7b3f61e..35958ee 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4227,7 +4227,7 @@ at @code{musicbrainz.org}.")
(define-public clyrics
(package
(name "clyrics")
- (version "0.10")
+ (version "0.11")
(source
(origin
(method git-fetch)
@@ -4237,10 +4237,10 @@ at @code{musicbrainz.org}.")
(file-name (git-file-name name version))
(sha256
(base32
- "1qvj4dyipkkdccx5hci4z0q23i54ldk6hh7x5m35a7f70rrj6fbk"))))
+ "0vfjy555achgi5zwa34x4q7r692nc6bq4jx518a5w4m7k5fvm71j"))))
(build-system trivial-build-system)
(inputs
- `(("bash" ,bash) ;for the wrapped program
+ `(("bash" ,bash) ; for the wrapped program
("perl" ,perl)
("perl-www-mechanize" ,perl-www-mechanize)
("perl-lwp-protocol-https" ,perl-lwp-protocol-https)
@@ -4270,9 +4270,9 @@ at @code{musicbrainz.org}.")
,(delete
""
(map (match-lambda
- (((? (cut string-prefix? "perl-" <>) name)
. dir)
- (string-append dir "/lib/perl5/site_perl"))
- (_ ""))
+ (((? (cut string-prefix? "perl-" <>) name) .
dir)
+ (string-append dir "/lib/perl5/site_perl"))
+ (_ ""))
%build-inputs))))
(copy-recursively "plugins" (string-append output
"/clyrics"))
#t))))
- branch master updated (538bd2e -> d0d207c), guix-commits, 2019/02/18
- 01/16: gnu: xcalc: Update to 1.0.7., guix-commits, 2019/02/18
- 02/16: gnu: xcalc: Don't use NAME in source URI., guix-commits, 2019/02/18
- 04/16: gnu: qtractor: Update to 0.9.5., guix-commits, 2019/02/18
- 05/16: gnu: musl: Update to 1.1.21., guix-commits, 2019/02/18
- 10/16: gnu: clyrics: Update to 0.11.,
guix-commits <=
- 03/16: gnu: scrot: Update to 0.9., guix-commits, 2019/02/18
- 15/16: gnu: tomsfastmath: Update home page., guix-commits, 2019/02/18
- 08/16: gnu: dialog: Update to 1.3-20190211., guix-commits, 2019/02/18
- 16/16: gnu: tomsfastmath: Update to 0.13.1., guix-commits, 2019/02/18
- 11/16: gnu: enet: Update to 1.3.14., guix-commits, 2019/02/18
- 07/16: gnu: musl: Download sources over HTTPS., guix-commits, 2019/02/18
- 13/16: gnu: ncdu: Update to 1.14., guix-commits, 2019/02/18
- 09/16: gnu: dialog: Download sources over HTTPS., guix-commits, 2019/02/18
- 14/16: gnu: oniguruma: Update to 6.9.1., guix-commits, 2019/02/18
- 12/16: gnu: enet: Don't use NAME in source URI., guix-commits, 2019/02/18