Loading pkgs/development/python-modules/asgi-csrf/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ }: buildPythonPackage rec { version = "0.9"; version = "0.10"; format = "setuptools"; pname = "asgi-csrf"; disabled = isPy27; Loading @@ -21,8 +21,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "simonw"; repo = pname; rev = version; hash = "sha256-mmOsN2mW6eGtapq3xLqHK8hhSD0Gjzp3DsY5AGUlI8g="; rev = "refs/tags/${version}"; hash = "sha256-VclgePMQh60xXofrquI3sCyPUPlkV4maZ5yybt+4HCs="; }; propagatedBuildInputs = [ Loading Loading
pkgs/development/python-modules/asgi-csrf/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ }: buildPythonPackage rec { version = "0.9"; version = "0.10"; format = "setuptools"; pname = "asgi-csrf"; disabled = isPy27; Loading @@ -21,8 +21,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "simonw"; repo = pname; rev = version; hash = "sha256-mmOsN2mW6eGtapq3xLqHK8hhSD0Gjzp3DsY5AGUlI8g="; rev = "refs/tags/${version}"; hash = "sha256-VclgePMQh60xXofrquI3sCyPUPlkV4maZ5yybt+4HCs="; }; propagatedBuildInputs = [ Loading