picard: 2.1.0 -> 2.1.2 (#55000)
This commit is contained in:
parent
5f1b414230
commit
52eb2c45f6
@ -1,14 +1,16 @@
|
|||||||
{ stdenv, python3Packages, fetchurl, gettext, chromaprint }:
|
{ stdenv, python3Packages, fetchFromGitHub, gettext, chromaprint }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pythonPackages = python3Packages;
|
pythonPackages = python3Packages;
|
||||||
in pythonPackages.buildPythonApplication rec {
|
in pythonPackages.buildPythonApplication rec {
|
||||||
pname = "picard";
|
pname = "picard";
|
||||||
version = "2.1";
|
version = "2.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "http://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-${version}.tar.gz";
|
owner = "metabrainz";
|
||||||
sha256 = "054a37q5828q59jzml4npkyczsp891d89kawgsif9kwpi0dxa06c";
|
repo = pname;
|
||||||
|
rev = "release-${version}";
|
||||||
|
sha256 = "1p2bvfzby0nk1vh04yfmsvjcldgkj6m6s1hcv9v13hc8q1cbdfk5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gettext ];
|
buildInputs = [ gettext ];
|
||||||
@ -29,8 +31,6 @@ in pythonPackages.buildPythonApplication rec {
|
|||||||
substituteInPlace setup.cfg --replace "‘" "'"
|
substituteInPlace setup.cfg --replace "‘" "'"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://musicbrainz.org/doc/MusicBrainz_Picard;
|
homepage = http://musicbrainz.org/doc/MusicBrainz_Picard;
|
||||||
description = "The official MusicBrainz tagger";
|
description = "The official MusicBrainz tagger";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user