python3Packages.smp: 4.0.2 -> 4.1.0

This commit is contained in:
R. Ryantm
2026-06-11 13:20:43 +00:00
parent edf8e66dd6
commit 2c2f9ae204
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "smp";
version = "4.0.2";
version = "4.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "JPHutchins";
repo = "smp";
tag = version;
hash = "sha256-dATsVGG0b5SBZh7R7NT1deJFDRYi7BwtWzT7/QPjkJw=";
hash = "sha256-RjecTnMYNcJeD7wqq4FkwRvEgTn5V/RwMfOjf2dqQ+U=";
};
postPatch = ''