summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-11-27 09:17:47 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-01-08 06:43:38 +0100
commit57e0f85edcb588b831aab7554833ce6ee67f2240 (patch)
tree17e11aa9a1eb0de3d697939474611c5ad1213a89
parent6080401fead619267cc292cc50a2b8d600f65f78 (diff)
python310Packages.sanic-testing: 22.3.1 -> 22.9.0
Changelog: https://github.com/sanic-org/sanic-testing/releases/tag/v22.9.0 (cherry picked from commit 7b0119eb07373df37078c4130259ac3f1d0c223b)
-rw-r--r--pkgs/development/python-modules/sanic-testing/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sanic-testing/default.nix b/pkgs/development/python-modules/sanic-testing/default.nix
index 3dc033808c3f..907950abdfb0 100644
--- a/pkgs/development/python-modules/sanic-testing/default.nix
+++ b/pkgs/development/python-modules/sanic-testing/default.nix
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "sanic-testing";
- version = "22.3.1";
+ version = "22.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "sanic-org";
repo = "sanic-testing";
rev = "refs/tags/v${version}";
- hash = "sha256-6aJyc5B9e65RPG3FwXAoQByVNdrLAWTEu2/Dqf9hf+g=";
+ hash = "sha256-o0uXeIw2wV9sxGkEH5jPrQvRj1W2CsUU2n+8R8Ta12Y=";
};
outputs = [