mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 20:18:38 +00:00
python310Packages.funsor: 0.4.5 -> 0.4.6
This commit is contained in:
parent
0edab9b485
commit
a4614ff22f
@ -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 New Issue
Block a user