Unverified Commit fb9ad30a authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.soxr: 1.0.0 -> 1.1.0 (#516086)

parents 60c1e0f8 e8ab5cf4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage rec {
  pname = "soxr";
  version = "1.0.0";
  version = "1.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dofuuz";
    repo = "python-soxr";
    tag = "v${version}";
    hash = "sha256-8NVQD1LamIRe77bKEs8YqHXeXifdMJpQUedmeiBRHSI=";
    hash = "sha256-XdSInR0ogbcku6yvMkGEEIxu2nlqa0mffBtd+ifvzoU=";
  };

  patches = [ ./cmake-nanobind.patch ];