python3Packages.bayespy: 0.5.28 -> 0.6.1

This commit is contained in:
Martin Weinelt
2024-03-12 17:41:41 +01:00
parent 0601a8b517
commit c3698af409
@@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "bayespy";
version = "0.5.28";
version = "0.6.1";
format = "setuptools";
# Python 2 not supported and not some old Python 3 because MPL doesn't support
@@ -13,7 +13,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-0NKxx3dGNNsYc0nD9nIwJ1wpDJHu4Ny+Z/zzj4jys40=";
sha256 = "sha256-3N8w/LiTLsDZbHp3z26FvDg3vStB2l3XkIWx+Mma1G0=";
};
nativeCheckInputs = [ pytestCheckHook nose glibcLocales ];