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:
Fabian Affolter 2022-06-30 11:44:57 +02:00 committed by GitHub
commit 604ec5b732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [