about summary refs log tree commit diff
path: root/pkgs/development/python-modules/sanic-routing
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-01-13 16:58:58 -0800
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:23 +0100
commit45e8b6f9362eaa2071904e6b4b4dd2db0a8cccaa (patch)
treecfd79d51305395ce15e2b93dc644ddd7eb1b0a5c /pkgs/development/python-modules/sanic-routing
parent4eccb75847d99f0ac85a38886a9583510ad71912 (diff)
python3Packages.sanic-routing: 0.7.2 -> 21.12.0
Diffstat (limited to 'pkgs/development/python-modules/sanic-routing')
-rw-r--r--pkgs/development/python-modules/sanic-routing/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sanic-routing/default.nix b/pkgs/development/python-modules/sanic-routing/default.nix
index b0ecc5ed122c3..90859c40fa02e 100644
--- a/pkgs/development/python-modules/sanic-routing/default.nix
+++ b/pkgs/development/python-modules/sanic-routing/default.nix
@@ -7,13 +7,13 @@
 
 buildPythonPackage rec {
   pname = "sanic-routing";
-  version = "0.7.2";
+  version = "21.12.0";
 
   src = fetchFromGitHub {
     owner = "sanic-org";
     repo = "sanic-routing";
     rev = "v${version}";
-    hash = "sha256-MN6A8CtDVxj34eehr3UIwCT09VOfcruVX+/iImr1MgY=";
+    hash = "sha256-IN+keJ5OI++p33/FgW5Xo+Pk09VuR7EASDF7G6eWvM4=";
   };
 
   checkInputs = [ pytestCheckHook pytest-asyncio ];