python3Packages.smp: 4.0.1 -> 4.0.2

This commit is contained in:
R. Ryantm
2025-12-23 18:24:10 +00:00
parent 4b7ac64440
commit 6cdf5a1b5f
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "smp";
version = "4.0.1";
version = "4.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "JPHutchins";
repo = "smp";
tag = version;
hash = "sha256-UpzVyZxZjCOWJsQGaRXVwnKjuFISpxNidk0YkNQBqKM=";
hash = "sha256-dATsVGG0b5SBZh7R7NT1deJFDRYi7BwtWzT7/QPjkJw=";
};
build-system = [