python3Packages.smp: 4.0.0 -> 4.0.1

This commit is contained in:
R. Ryantm
2025-12-10 17:23:08 +00:00
parent 9c8765aea4
commit f902d05f31
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "smp";
version = "4.0.0";
version = "4.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "JPHutchins";
repo = "smp";
tag = version;
hash = "sha256-V6TGDG05sebn0IF3j0EbkozfO4X1DL3nnwrGOSh+Wuc=";
hash = "sha256-UpzVyZxZjCOWJsQGaRXVwnKjuFISpxNidk0YkNQBqKM=";
};
build-system = [