python38Packages.bayespy: 0.5.21 -> 0.5.22

authored by R. RyanTM and committed by Jonathan Ringer e87ec307 c9699e50

+2 -2
+2 -2
pkgs/development/python-modules/bayespy/default.nix
··· 4 5 buildPythonPackage rec { 6 pname = "bayespy"; 7 - version = "0.5.21"; 8 9 # Python 2 not supported and not some old Python 3 because MPL doesn't support 10 # them properly. ··· 12 13 src = fetchPypi { 14 inherit pname version; 15 - sha256 = "0d86e9ae73e6472c26aeb4de7abd9bf99492fedcbb0485ed7fa23609d2673b42"; 16 }; 17 18 checkInputs = [ pytest nose glibcLocales ];
··· 4 5 buildPythonPackage rec { 6 pname = "bayespy"; 7 + version = "0.5.22"; 8 9 # Python 2 not supported and not some old Python 3 because MPL doesn't support 10 # them properly. ··· 12 13 src = fetchPypi { 14 inherit pname version; 15 + sha256 = "ed0057dc22bd392df4b3bba23536117e1b2866e3201b12c5a37428d23421a5ba"; 16 }; 17 18 checkInputs = [ pytest nose glibcLocales ];