We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 30d4987 commit caa9a19Copy full SHA for caa9a19
pkgs/development/python-modules/libsoundtouch/default.nix
@@ -10,13 +10,13 @@
10
buildPythonPackage rec {
11
name = "${pname}-${version}";
12
pname = "libsoundtouch";
13
- version = "0.3.0";
+ version = "0.4.0";
14
15
src = fetchFromGitHub {
16
owner = "CharlesBlonde";
17
repo = "libsoundtouch";
18
- rev = "7c8f943298bcae5f0c25ad7be7469de51373cdbd";
19
- sha256 = "1a9mdy09n4bjx6nang7wfn2nq87dg2s18px4yqsj53mn5kjf44n0";
+ rev = "875074b7a23734021974345b3dc297918e453aa2";
+ sha256 = "1psd556j4x77hjxahxxgdgnq2mcd769whvnf0gmwf3jy2svfkqlg";
20
};
21
22
postPatch = lib.optionalString (! (pythonOlder "3.4")) ''
0 commit comments