Skip to content

Commit

Permalink
python312Packages.pysoundfile: 0.13.0 -> 0.13.1 (NixOS#381296)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Feb 12, 2025
2 parents f541906 + ab27b06 commit 9246ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/soundfile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

buildPythonPackage rec {
pname = "soundfile";
version = "0.13.0";
version = "0.13.1";
pyproject = true;
# https://github.com/bastibe/python-soundfile/issues/157
disabled = isPyPy || stdenv.hostPlatform.isi686;

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

postPatch = ''
Expand Down

0 comments on commit 9246ba4

Please sign in to comment.