Skip to content

Commit caa9a19

Browse files
committedMay 21, 2017
pythonPackages.libsoundtouch: 0.3.0 -> 0.4.0
1 parent 30d4987 commit caa9a19

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/libsoundtouch

1 file changed

+3
-3
lines changed
 

‎pkgs/development/python-modules/libsoundtouch/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
buildPythonPackage rec {
1111
name = "${pname}-${version}";
1212
pname = "libsoundtouch";
13-
version = "0.3.0";
13+
version = "0.4.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "CharlesBlonde";
1717
repo = "libsoundtouch";
18-
rev = "7c8f943298bcae5f0c25ad7be7469de51373cdbd";
19-
sha256 = "1a9mdy09n4bjx6nang7wfn2nq87dg2s18px4yqsj53mn5kjf44n0";
18+
rev = "875074b7a23734021974345b3dc297918e453aa2";
19+
sha256 = "1psd556j4x77hjxahxxgdgnq2mcd769whvnf0gmwf3jy2svfkqlg";
2020
};
2121

2222
postPatch = lib.optionalString (! (pythonOlder "3.4")) ''

0 commit comments

Comments
 (0)
Please sign in to comment.