Merge pull request #245470 from r-ryantm/auto-update/python310Packages.pox
python310Packages.pox: 0.3.2 -> 0.3.3
This commit is contained in:
commit
bea583df5f
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pox";
|
||||
version = "0.3.2";
|
||||
version = "0.3.3";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-6CUiUpdjjW49SUFfjPtlQHpdFeVvL7f+nZueMFDGXuE=";
|
||||
hash = "sha256-4c7WbyoMkqWM82Rrx8y4tHc9QIhLdvhe7aBnBHSHFmc=";
|
||||
};
|
||||
|
||||
# Test sare failing the sandbox
|
||||
|
|
Loading…
Reference in a new issue