Skip to content

Commit fc0a7fe

Browse files
authored
cplay-ng: 5.2.0 -> 5.3.1 (NixOS#357093)
2 parents 7cc4821 + fd17f3c commit fc0a7fe

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pkgs/by-name/cp/cplay-ng/package.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,25 @@
88

99
python3.pkgs.buildPythonApplication rec {
1010
pname = "cplay-ng";
11-
version = "5.2.0";
11+
version = "5.3.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "xi";
1515
repo = "cplay-ng";
1616
rev = version;
17-
hash = "sha256-M9WpB59AWSaGMnGrO37Fc+7O6pVBc2BDAv/BGlPmo8E=";
17+
hash = "sha256-6mphhoLDkGZ2r+elzLlPl3B8fNz3loqrQB8x8276AHI=";
1818
};
1919

2020
nativeBuildInputs = [
2121
makeWrapper
2222
];
2323

24+
build-system = [
25+
python3.pkgs.setuptools
26+
];
27+
28+
pyproject = true;
29+
2430
postInstall = ''
2531
wrapProgram $out/bin/cplay-ng \
2632
--prefix PATH : ${lib.makeBinPath [ mpv pulseaudio ]}

0 commit comments

Comments
 (0)