Merge pull request #221826 from mweinelt/python-soxr-0.3.4

python310Packages.soxr: 0.3.3 -> 0.3.4

Changed files
+2 -2
pkgs
development
python-modules
+2 -2
pkgs/development/python-modules/soxr/default.nix
···
buildPythonPackage rec {
pname = "soxr";
-
version = "0.3.3";
format = "pyproject";
src = fetchFromGitHub {
···
repo = "python-soxr";
rev = "refs/tags/v${version}";
fetchSubmodules = true;
-
hash = "sha256-g8YS5YgK1uK1kKtR/wn8x5DAUVY/hYmuMIgjgJAC8pM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
···
buildPythonPackage rec {
pname = "soxr";
+
version = "0.3.4";
format = "pyproject";
src = fetchFromGitHub {
···
repo = "python-soxr";
rev = "refs/tags/v${version}";
fetchSubmodules = true;
+
hash = "sha256-/NFGzOF1X9c0yccgtVNUO+1aIWoNdJqP/OKcNj+uKpk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;