Merge pull request #129952 from fabaff/bump-asgi-csrf

python3Packages.asgi-csrf: 0.8 -> 0.9
This commit is contained in:
Sandro 2021-07-11 19:25:48 +02:00 committed by GitHub
commit a779aff182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.8"; version = "0.9";
pname = "asgi-csrf"; pname = "asgi-csrf";
disabled = isPy27; disabled = isPy27;
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "simonw"; owner = "simonw";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-0I/p9SjVVZhJQeR7s1R3tooP9XMNLPlcxl0dBSzsVaw="; sha256 = "sha256-mmOsN2mW6eGtapq3xLqHK8hhSD0Gjzp3DsY5AGUlI8g=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [