···2122buildPythonPackage rec {
23 pname = "funsor";
24- version = "0.4.5";
2526 disabled = pythonOlder "3.7";
27···29 owner = "pyro-ppl";
30 repo = "funsor";
31 rev = "refs/tags/${version}";
32- hash = "sha256-3JxnRlJN/kYstcIKt8cvDmqnp8oyoA4jkMBDVuAMa5Q=";
33 };
3435 # Disable the tests that rely on downloading assets from the internet as well as the linting checks.
···2122buildPythonPackage rec {
23 pname = "funsor";
24+ version = "0.4.6";
2526 disabled = pythonOlder "3.7";
27···29 owner = "pyro-ppl";
30 repo = "funsor";
31 rev = "refs/tags/${version}";
32+ hash = "sha256-Prj1saT0yoPAP8rDE0ipBEpR3QMk4PS12VSJlxc22p8=";
33 };
3435 # Disable the tests that rely on downloading assets from the internet as well as the linting checks.