Skip to content

Commit

Permalink
python3Packages.asgi-csrf: 0.7 -> 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored and Jonathan Ringer committed Oct 29, 2020
1 parent c44af1e commit 90a47ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/asgi-csrf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, pytestCheckHook, starlette, httpx, pytest-asyncio }:

buildPythonPackage rec {
version = "0.7";
version = "0.7.1";
pname = "asgi-csrf";
disabled = isPy27;

Expand All @@ -11,7 +11,7 @@ buildPythonPackage rec {
owner = "simonw";
repo = pname;
rev = version;
sha256 = "1vf4lh007790836cp3hd6wf8wsgj045dcg0w1cm335p08zz6j4k7";
sha256 = "1hhqrb9r46y6i3d3w6hc9zm6yyikdyd2k5pcbyw0r9fl959yi4hf";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 90a47ba

Please sign in to comment.