Merge pull request #179645 from r-ryantm/auto-update/python3.10-sanic-testing
python310Packages.sanic-testing: 22.3.0 -> 22.3.1
This commit is contained in:
commit
604ec5b732
1 changed files with 3 additions and 3 deletions
|
@ -9,13 +9,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "sanic-testing";
|
||||
version = "22.3.0";
|
||||
version = "22.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sanic-org";
|
||||
repo = "sanic-testing";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-ZsLQA8rP4RrbVSUy5n0WZs903fnF7jtFqrIe5JVuRIg=";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-6aJyc5B9e65RPG3FwXAoQByVNdrLAWTEu2/Dqf9hf+g=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
|
Loading…
Reference in a new issue