python3Packages.rtmixer: 0.1.1 -> 0.1.4

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:20 +02:00
parent a65a59815c
commit ada3f0ffac
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "rtmixer";
version = "0.1.1";
version = "0.1.4";
disabled = isPy27;
src = fetchFromGitHub {
owner = "spatialaudio";
repo = "python-rtmixer";
rev = version;
sha256 = "1bvgzzxiypvvb3qacbcry6761x9sk3dnx7jga7pli63f69vakg4y";
rev = "refs/tags/${version}";
sha256 = "sha256-S8aVfxoG0o5GarDX5ZIDQ3GKOT32NtttQJ449FI9Fy0=";
fetchSubmodules = true;
};