summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-11-27 09:09:14 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-01-08 06:43:38 +0100
commit6080401fead619267cc292cc50a2b8d600f65f78 (patch)
tree59f2df4d30d8eb06d66cd93cd4d9b4dee052b86b
parentb5d8579dbf1d01f8448b7548585d783bcaeb1816 (diff)
python310Packages.sanic-routing: 22.3.0 -> 22.8.0
Changelog: https://github.com/sanic-org/sanic-routing/releases/tag/v22.8.0 (cherry picked from commit 453f8649ad1facfa3de3febfd3d8a5a9bdf841dc)
-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 e17f9df8b880..ea18d0c1b18c 100644
--- a/pkgs/development/python-modules/sanic-routing/default.nix
+++ b/pkgs/development/python-modules/sanic-routing/default.nix
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "sanic-routing";
- version = "22.3.0";
+ version = "22.8.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "sanic-org";
repo = "sanic-routing";
rev = "refs/tags/v${version}";
- hash = "sha256-dX+uxrVjtPxX0ba3WUE/JKgj0PZzvFdKr/lXQgASN6Y=";
+ hash = "sha256-2T6WY0nzvr8Q9lBoStzmX7m7Ct35lcG53OSLcqxkEcY=";
};
checkInputs = [