Skip to content

Commit 9246ba4

Browse files
authored
python312Packages.pysoundfile: 0.13.0 -> 0.13.1 (#381296)
2 parents f541906 + ab27b06 commit 9246ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/soundfile/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage rec {
1515
pname = "soundfile";
16-
version = "0.13.0";
16+
version = "0.13.1";
1717
pyproject = true;
1818
# https://github.com/bastibe/python-soundfile/issues/157
1919
disabled = isPyPy || stdenv.hostPlatform.isi686;
2020

2121
src = fetchPypi {
2222
inherit pname version;
23-
hash = "sha256-6DOZ2L3n1zsRfDPWoeyFcTGDOPic5y9MPUV+l2h5g1U=";
23+
hash = "sha256-ssaNqx4wKXMXCApbQ99X4wJYTEnilC3v3eCszMU/Dls=";
2424
};
2525

2626
postPatch = ''

0 commit comments

Comments
 (0)