We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f541906 + ab27b06 commit 9246ba4Copy full SHA for 9246ba4
pkgs/development/python-modules/soundfile/default.nix
@@ -13,14 +13,14 @@
13
14
buildPythonPackage rec {
15
pname = "soundfile";
16
- version = "0.13.0";
+ version = "0.13.1";
17
pyproject = true;
18
# https://github.com/bastibe/python-soundfile/issues/157
19
disabled = isPyPy || stdenv.hostPlatform.isi686;
20
21
src = fetchPypi {
22
inherit pname version;
23
- hash = "sha256-6DOZ2L3n1zsRfDPWoeyFcTGDOPic5y9MPUV+l2h5g1U=";
+ hash = "sha256-ssaNqx4wKXMXCApbQ99X4wJYTEnilC3v3eCszMU/Dls=";
24
};
25
26
postPatch = ''
0 commit comments