Merge pull request #252724 from GaetanLepage/funsor

python310Packages.funsor: 0.4.5 -> 0.4.6
This commit is contained in:
Matthias Beyer 2023-09-01 11:17:05 +02:00 committed by GitHub
commit 1f7efb78e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "funsor";
version = "0.4.5";
version = "0.4.6";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "pyro-ppl";
repo = "funsor";
rev = "refs/tags/${version}";
hash = "sha256-3JxnRlJN/kYstcIKt8cvDmqnp8oyoA4jkMBDVuAMa5Q=";
hash = "sha256-Prj1saT0yoPAP8rDE0ipBEpR3QMk4PS12VSJlxc22p8=";
};
# Disable the tests that rely on downloading assets from the internet as well as the linting checks.