Merge pull request #252724 from GaetanLepage/funsor

python310Packages.funsor: 0.4.5 -> 0.4.6

authored by

Matthias Beyer and committed by
GitHub
1f7efb78 2d2f87a9

+2 -2
+2 -2
pkgs/development/python-modules/funsor/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "funsor"; 24 - version = "0.4.5"; 24 + version = "0.4.6"; 25 25 26 26 disabled = pythonOlder "3.7"; 27 27 ··· 29 29 owner = "pyro-ppl"; 30 30 repo = "funsor"; 31 31 rev = "refs/tags/${version}"; 32 - hash = "sha256-3JxnRlJN/kYstcIKt8cvDmqnp8oyoA4jkMBDVuAMa5Q="; 32 + hash = "sha256-Prj1saT0yoPAP8rDE0ipBEpR3QMk4PS12VSJlxc22p8="; 33 33 }; 34 34 35 35 # Disable the tests that rely on downloading assets from the internet as well as the linting checks.