python3Packages.bayespy: fix src hash (#475422)

This commit is contained in:
Aleksana
2025-12-31 10:42:57 +00:00
committed by GitHub
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "bayespy";
repo = "bayespy";
tag = version;
hash = "sha256-X7CwJBrKHlU1jqMkt/7XEzaiwul1Yzkb/V64lXG4Aqo=";
hash = "sha256-kx87XY4GCL1PQIeZyovEbrPyCC/EVA6Hdvt+3P/D6VI=";
};
postPatch = ''