summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-05-25 22:26:42 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-26 17:37:25 +0000
commit9893de5cfd2b64b26ff8d792a67f9a3e7a37f989 (patch)
tree3be586830d4d4ed32a0bc1863ad161c825a4bb5a
parentpython3Packages.aiohttp: remove trustme test dependency on aarch64-darwin (diff)
downloadnixpkgs-9893de5cfd2b64b26ff8d792a67f9a3e7a37f989.tar.gz
python3Packages.sanic-routing: 0.7.2 -> 22.3.0
(cherry picked from commit 17273c5fcf796483fecdf4fca7f5ca9cc7f3aec5)
-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 b0ecc5ed122c..cb06b5d1f2b3 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 = "22.3.0";
src = fetchFromGitHub {
owner = "sanic-org";
repo = "sanic-routing";
rev = "v${version}";
- hash = "sha256-MN6A8CtDVxj34eehr3UIwCT09VOfcruVX+/iImr1MgY=";
+ hash = "sha256-dX+uxrVjtPxX0ba3WUE/JKgj0PZzvFdKr/lXQgASN6Y=";
};
checkInputs = [ pytestCheckHook pytest-asyncio ];