Merge pull request #252724 from GaetanLepage/funsor
python310Packages.funsor: 0.4.5 -> 0.4.6
This commit is contained in:
commit
1f7efb78e1
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue