python3Packages.bayespy: fix src hash

sha256-X7CwJBrKHlU1jqMkt/7XEzaiwul1Yzkb/V64lXG4Aqo= -> sha256-kx87XY4GCL1PQIeZyovEbrPyCC/EVA6Hdvt+3P/D6VI=
This commit is contained in:
Justin Restivo
2025-12-30 17:04:30 -05:00
parent 5d65a618c6
commit fad573b09f
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "bayespy";
repo = "bayespy";
tag = version;
hash = "sha256-X7CwJBrKHlU1jqMkt/7XEzaiwul1Yzkb/V64lXG4Aqo=";
hash = "sha256-kx87XY4GCL1PQIeZyovEbrPyCC/EVA6Hdvt+3P/D6VI=";
};
postPatch = ''