about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-12-28 22:38:04 +0100
committerGitHub <noreply@github.com>2022-12-28 22:38:04 +0100
commitd74c7de5d25c416c3d940eaaef9efe0ad97cdce8 (patch)
treef18e577a79856199895d4ea18f22efb9c5d28f73
parentb94c5c46a1b112e803782d1e06f2d15b85331a3c (diff)
parentf7bcf776cea59d8301f0f89e186bbb94e5ab6d5c (diff)
Merge pull request #208031 from r-ryantm/auto-update/python310Packages.sanic-testing
-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 907950abdfb09..acb174c86997b 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.9.0";
+  version = "22.12.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-o0uXeIw2wV9sxGkEH5jPrQvRj1W2CsUU2n+8R8Ta12Y=";
+    hash = "sha256-pFTF2SQ9giRzPhG24FLqLPJRXaFdQ7Xi5EeltS7J3DI=";
   };
 
   outputs = [