lol

Merge pull request #241361 from r-ryantm/auto-update/python310Packages.wsgi-intercept

python310Packages.wsgi-intercept: 1.12.0 -> 1.12.1

authored by

Nick Cao and committed by
GitHub
5de4ada5 8fd10a2f

+2 -2
+2 -2
pkgs/development/python-modules/wsgi-intercept/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "wsgi-intercept"; 15 - version = "1.12.0"; 15 + version = "1.12.1"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 20 20 src = fetchPypi { 21 21 pname = "wsgi_intercept"; 22 22 inherit version; 23 - hash = "sha256-9b8fvzBzBqCIQJEdNnaDnLIPaoctLxF1WvLTbZcoEhw="; 23 + hash = "sha256-StUxEN91fU7qoptH9iKJFpZWIBIOtIe6S4gvdBgN48E="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [